#720A18

Color #720A18 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #720A18

Tints of Burgundy #720A18

Color information

#720A18 (or 0x720A18) is unknown color: approx Burgundy. HEX triplet: 72, 0A and 18. RGB value is (114,10,24). Sum of RGB (Red+Green+Blue) = 114+10+24=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A18 is #8DF5E7. Grayscale: #2A2A2A. Windows color (decimal): -9303528 or 1575538. OLE color: 1575538.

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

Color convert

RGB1141024-
CMYK00.910.790.55
HSL351.92º83.87%24.31%-
HSV(B)351.92º91.23%44.71%-
XYZ7.213.861.23-
YUV42.69117.46178.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=77.03%
G=6.76%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114102400.910.790.55351.9283.8724.31
Hex72A1805B4F371605418
Octal162123001331176754012430
Binary1110010101011000010110111001111110111101100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A18; }

 p { color: rgb(114,10,24); }

 H1.HeaderClassName
 {
   color: #720A18;
 }
 .AnyTagClassName
 {
   color: #720A18;
 }
</style>
background-color css

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

 a { background-color: rgb(114,10,24); }

 div.DivClassName
 {
   background-color: #720A18;
 }
 .BgClassName
 {
   background-color: #720A18;
 }
</style>
border-color css

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

 span { border-color: rgb(114,10,24); }

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