Html Css Color HEX #690409 Burgundy

📋 copy color: '#690409'

red 105 ◦ green 4 ◦ blue 9

#690409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #690409

Tints of Burgundy #690409

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 value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690409 (or 0x690409) is known color: 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

RGB 105 4 9 -
CMYK 0 0.96 0.91 0.59
HSL 357.03º 0.93% 0.21% -
HSV(B) 357.03º 0.96% 0.41% -
XYZ 5.92 3.11 0.55 -
YUV 34.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 105 4 9 0 0.96 0.91 0.59 357.03 0.93 0.21
Hex 69 4 9 0 60 5B 3B 165 5D 15
Octal 151 4 11 0 140 133 73 545 135 25
Binary 1101001 100 1001 0 1100000 1011011 111011 101100101 1011101 10101

Color Harmonies of #690409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690409

Black with #690409

Text Example


Text Example

White with #690409

Text Example


Text Example

HTML Codes & Css Web 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>