Html Css Color HEX #720212 Burgundy

📋 copy color: '#720212'

red 114 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #720212

Tints of Burgundy #720212

RGB

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

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

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

R = 85.07%
G = 1.49%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720212 (or 0x720212) is known color: Burgundy. HEX triplet: 72, 02 and 12. RGB value is (114,2,18). Sum of RGB (Red+Green+Blue) = 114+2+18=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #720212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720212 is #8DFDED. Grayscale: #252525. Windows color (decimal): -9305582 or 1180274. OLE color: 1180274.

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

Color convert

RGB 114 2 18 -
CMYK 0 0.98 0.84 0.55
HSL 351.43º 0.97% 0.23% -
HSV(B) 351.43º 0.98% 0.45% -
XYZ 7.07 3.66 0.91 -
YUV 37.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 114 2 18 0 0.98 0.84 0.55 351.43 0.97 0.23
Hex 72 2 12 0 62 54 37 15F 61 17
Octal 162 2 22 0 142 124 67 537 141 27
Binary 1110010 10 10010 0 1100010 1010100 110111 101011111 1100001 10111

Color Harmonies of #720212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720212

Black with #720212

Text Example


Text Example

White with #720212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720212; }

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

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

background-color css

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

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

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

border-color css

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

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

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