Html Css Color HEX #690412 Burgundy

📋 copy color: '#690412'

red 105 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #690412

Tints of Burgundy #690412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 82.68%
G = 3.15%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#690412 (or 0x690412) is known color: Burgundy. HEX triplet: 69, 04 and 12. RGB value is (105,4,18). Sum of RGB (Red+Green+Blue) = 105+4+18=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690412 is #96FBED. Grayscale: #232323. Windows color (decimal): -9894894 or 1180777. OLE color: 1180777.

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

Color convert

RGB 105 4 18 -
CMYK 0 0.96 0.83 0.59
HSL 351.68º 0.93% 0.21% -
HSV(B) 351.68º 0.96% 0.41% -
XYZ 5.98 3.13 0.86 -
YUV 35.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 105 4 18 0 0.96 0.83 0.59 351.68 0.93 0.21
Hex 69 4 12 0 60 53 3B 160 5D 15
Octal 151 4 22 0 140 123 73 540 135 25
Binary 1101001 100 10010 0 1100000 1010011 111011 101100000 1011101 10101

Color Harmonies of #690412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690412

Black with #690412

Text Example


Text Example

White with #690412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690412; }

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

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

background-color css

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

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

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

border-color css

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

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

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