Html Css Color HEX #720812 Burgundy

📋 copy color: '#720812'

red 114 ◦ green 8 ◦ blue 18

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

Shades of Burgundy #720812

Tints of Burgundy #720812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 81.43%
G = 5.71%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720812 (or 0x720812) is known color: Burgundy. HEX triplet: 72, 08 and 12. RGB value is (114,8,18). Sum of RGB (Red+Green+Blue) = 114+8+18=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720812 is #8DF7ED. Grayscale: #282828. Windows color (decimal): -9304046 or 1181810. OLE color: 1181810.

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

Color convert

RGB 114 8 18 -
CMYK 0 0.93 0.84 0.55
HSL 354.34º 0.87% 0.24% -
HSV(B) 354.34º 0.93% 0.45% -
XYZ 7.14 3.79 0.93 -
YUV 40.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 114 8 18 0 0.93 0.84 0.55 354.34 0.87 0.24
Hex 72 8 12 0 5D 54 37 162 57 18
Octal 162 10 22 0 135 124 67 542 127 30
Binary 1110010 1000 10010 0 1011101 1010100 110111 101100010 1010111 11000

Color Harmonies of #720812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720812

Black with #720812

Text Example


Text Example

White with #720812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720812; }

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

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

background-color css

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

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

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

border-color css

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

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

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