#720A17

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

Shades of Burgundy #720A17

Tints of Burgundy #720A17

Color information

#720A17 (or 0x720A17) is unknown color: approx Burgundy. HEX triplet: 72, 0A and 17. RGB value is (114,10,23). Sum of RGB (Red+Green+Blue) = 114+10+23=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #720A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A17 is #8DF5E8. Grayscale: #2A2A2A. Windows color (decimal): -9303529 or 1510002. OLE color: 1510002.

HSL color Cylindrical-coordinate representation of color #720A17: hue angle of 352.5º 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 #720A17 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1141023-
CMYK00.910.800.55
HSL352.5º83.87%24.31%-
HSV(B)352.5º91.23%44.71%-
XYZ7.23.861.18-
YUV42.58116.96178.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=77.55%
G=6.80%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114102300.910.800.55352.583.8724.31
Hex72A1705B50371605418
Octal162122701331206754012430
Binary1110010101010111010110111010000110111101100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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