Html Css Color HEX #720012 Burgundy

📋 copy color: '#720012'

red 114 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #720012

Tints of Burgundy #720012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720012 (or 0x720012) is known color: Burgundy. HEX triplet: 72, 00 and 12. RGB value is (114,0,18). Sum of RGB (Red+Green+Blue) = 114+0+18=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #720012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720012 is #8DFFED. Grayscale: #242424. Windows color (decimal): -9306094 or 1179762. OLE color: 1179762.

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

Color convert

RGB 114 0 18 -
CMYK 0 1 0.84 0.55
HSL 350.53º 1% 0.22% -
HSV(B) 350.53º 1% 0.45% -
XYZ 7.05 3.62 0.9 -
YUV 36.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 114 0 18 0 1 0.84 0.55 350.53 1 0.22
Hex 72 0 12 0 64 54 37 15F 64 16
Octal 162 0 22 0 144 124 67 537 144 26
Binary 1110010 0 10010 0 1100100 1010100 110111 101011111 1100100 10110

Color Harmonies of #720012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720012

Black with #720012

Text Example


Text Example

White with #720012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720012; }

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

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

background-color css

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

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

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

border-color css

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

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

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