Html Css Color HEX #690209 Burgundy

📋 copy color: '#690209'

red 105 ◦ green 2 ◦ blue 9

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

Shades of Burgundy #690209

Tints of Burgundy #690209

RGB

 RED value IS 105 (41.41% from 255) = 90.52%

 GREEN value IS 2 (1.17% from 255) = 1.72%

 BLUE value IS 9 (3.91% from 255) = 7.76%

R = 90.52%
G = 1.72%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690209 (or 0x690209) is known color: Burgundy. HEX triplet: 69, 02 and 09. RGB value is (105,2,9). Sum of RGB (Red+Green+Blue) = 105+2+9=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690209 is #96FDF6. Grayscale: #212121. Windows color (decimal): -9895415 or 590441. OLE color: 590441.

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

Color convert

RGB 105 2 9 -
CMYK 0 0.98 0.91 0.59
HSL 355.92º 0.96% 0.21% -
HSV(B) 355.92º 0.98% 0.41% -
XYZ 5.9 3.07 0.54 -
YUV 33.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 105 2 9 0 0.98 0.91 0.59 355.92 0.96 0.21
Hex 69 2 9 0 62 5B 3B 164 60 15
Octal 151 2 11 0 142 133 73 544 140 25
Binary 1101001 10 1001 0 1100010 1011011 111011 101100100 1100000 10101

Color Harmonies of #690209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690209

Black with #690209

Text Example


Text Example

White with #690209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690209; }

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

 H1.HeaderClassName
 {
   color: #690209;
 }
 .AnyTagClassName
 {
   color: #690209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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