#720C1E

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

Shades of Burgundy #720C1E

Tints of Burgundy #720C1E

Color information

#720C1E (or 0x720C1E) is unknown color: approx Burgundy. HEX triplet: 72, 0C and 1E. RGB value is (114,12,30). Sum of RGB (Red+Green+Blue) = 114+12+30=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C1E is #8DF3E1. Grayscale: #2C2C2C. Windows color (decimal): -9303010 or 1969266. OLE color: 1969266.

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

Color convert

RGB1141230-
CMYK00.890.740.55
HSL349.41º80.95%24.71%-
HSV(B)349.41º89.47%44.71%-
XYZ7.313.931.6-
YUV44.55119.79177.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=73.08%
G=7.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114123000.890.740.55349.4180.9524.71
Hex72C1E0594A3715d5119
Octal162143601311126753512131
Binary1110010110011110010110011001010110111101011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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