#690409

Color #690409 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #690409

Tints of Burgundy #690409

Color information

#690409 (or 0x690409) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 09. RGB value is (105,4,9). Sum of RGB (Red+Green+Blue) = 105+4+9=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #690409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690409 is #96FBF6. Grayscale: #222222. Windows color (decimal): -9894903 or 590953. OLE color: 590953.

HSL color Cylindrical-coordinate representation of color #690409: hue angle of 357.03º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690409 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB10549-
CMYK00.960.910.59
HSL357.03º92.66%21.37%-
HSV(B)357.03º96.19%41.18%-
XYZ5.923.110.55-
YUV34.77113.46178.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 88.98%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=88.98%
G=3.39%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1054900.960.910.59357.0392.6621.37
Hex69490605B3B1655d15
Octal15141101401337354513525
Binary11010011001001011000001011011111011101100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690409; }

 p { color: rgb(105,4,9); }

 H1.HeaderClassName
 {
   color: #690409;
 }
 .AnyTagClassName
 {
   color: #690409;
 }
</style>
background-color css

<style>
 a { background-color: #690409; }

 a { background-color: rgb(105,4,9); }

 div.DivClassName
 {
   background-color: #690409;
 }
 .BgClassName
 {
   background-color: #690409;
 }
</style>
border-color css

<style>
 span { border-color: #690409; }

 span { border-color: rgb(105,4,9); }

 td.TdClassName
 {
   border-color: #690409;
 }
 .TagClassName
 {
   border-color: #690409;
 }
</style>