#720C10

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

Shades of Burgundy #720C10

Tints of Burgundy #720C10

Color information

#720C10 (or 0x720C10) is unknown color: approx Burgundy. HEX triplet: 72, 0C and 10. RGB value is (114,12,16). Sum of RGB (Red+Green+Blue) = 114+12+16=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C10 is #8DF3EF. Grayscale: #2B2B2B. Windows color (decimal): -9303024 or 1051762. OLE color: 1051762.

HSL color Cylindrical-coordinate representation of color #720C10: hue angle of 357.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C10 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1141216-
CMYK00.890.860.55
HSL357.65º80.95%24.71%-
HSV(B)357.65º89.47%44.71%-
XYZ7.163.880.86-
YUV42.95112.79178.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 12 (5.08% from 255) = 8.45%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=80.28%
G=8.45%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114121600.890.860.55357.6580.9524.71
Hex72C1005956371665119
Octal162142001311266754612131
Binary1110010110010000010110011010110110111101100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,16); }

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

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

 a { background-color: rgb(114,12,16); }

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

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

 span { border-color: rgb(114,12,16); }

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