Html Css Color HEX #720412 Burgundy

📋 copy color: '#720412'

red 114 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #720412

Tints of Burgundy #720412

RGB

 RED value IS 114 (44.92% from 255) = 83.82%

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

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

R = 83.82%
G = 2.94%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720412 (or 0x720412) is known color: Burgundy. HEX triplet: 72, 04 and 12. RGB value is (114,4,18). Sum of RGB (Red+Green+Blue) = 114+4+18=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720412 is #8DFBED. Grayscale: #262626. Windows color (decimal): -9305070 or 1180786. OLE color: 1180786.

HSL color Cylindrical-coordinate representation of color #720412: hue angle of 352.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720412 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 18 -
CMYK 0 0.96 0.84 0.55
HSL 352.36º 0.93% 0.23% -
HSV(B) 352.36º 0.96% 0.45% -
XYZ 7.09 3.71 0.91 -
YUV 38.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 114 4 18 0 0.96 0.84 0.55 352.36 0.93 0.23
Hex 72 4 12 0 60 54 37 160 5D 17
Octal 162 4 22 0 140 124 67 540 135 27
Binary 1110010 100 10010 0 1100000 1010100 110111 101100000 1011101 10111

Color Harmonies of #720412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720412

Black with #720412

Text Example


Text Example

White with #720412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720412; }

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

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

background-color css

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

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

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

border-color css

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

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

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