#720C0E

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

Shades of Burgundy #720C0E

Tints of Burgundy #720C0E

Color information

#720C0E (or 0x720C0E) is unknown color: approx Burgundy. HEX triplet: 72, 0C and 0E. RGB value is (114,12,14). Sum of RGB (Red+Green+Blue) = 114+12+14=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C0E is #8DF3F1. Grayscale: #2A2A2A. Windows color (decimal): -9303026 or 920690. OLE color: 920690.

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

Color convert

RGB1141214-
CMYK00.890.880.55
HSL358.82º80.95%24.71%-
HSV(B)358.82º89.47%44.71%-
XYZ7.153.870.79-
YUV42.73111.79178.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 14 (5.86% from 255) = 10%
R=81.43%
G=8.57%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114121400.890.880.55358.8280.9524.71
Hex72CE05958371675119
Octal162141601311306754712131
Binary111001011001110010110011011000110111101100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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