Html Css Color HEX #690208 Burgundy

📋 copy color: '#690208'

red 105 ◦ green 2 ◦ blue 8

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

Shades of Burgundy #690208

Tints of Burgundy #690208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 91.3%
G = 1.74%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690208 (or 0x690208) is known color: Burgundy. HEX triplet: 69, 02 and 08. RGB value is (105,2,8). Sum of RGB (Red+Green+Blue) = 105+2+8=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690208 is #96FDF7. Grayscale: #212121. Windows color (decimal): -9895416 or 524905. OLE color: 524905.

HSL color Cylindrical-coordinate representation of color #690208: hue angle of 356.5º 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 #690208 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 8 -
CMYK 0 0.98 0.92 0.59
HSL 356.5º 0.96% 0.21% -
HSV(B) 356.5º 0.98% 0.41% -
XYZ 5.89 3.06 0.51 -
YUV 33.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 105 2 8 0 0.98 0.92 0.59 356.5 0.96 0.21
Hex 69 2 8 0 62 5C 3B 165 60 15
Octal 151 2 10 0 142 134 73 545 140 25
Binary 1101001 10 1000 0 1100010 1011100 111011 101100101 1100000 10101

Color Harmonies of #690208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690208

Black with #690208

Text Example


Text Example

White with #690208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690208; }

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

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

background-color css

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

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

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

border-color css

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

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

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