#72080E

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

Shades of Burgundy #72080E

Tints of Burgundy #72080E

Color information

#72080E (or 0x72080E) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 0E. RGB value is (114,8,14). Sum of RGB (Red+Green+Blue) = 114+8+14=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #72080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72080E is #8DF7F1. Grayscale: #282828. Windows color (decimal): -9304050 or 919666. OLE color: 919666.

HSL color Cylindrical-coordinate representation of color #72080E: hue angle of 356.6º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72080E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB114814-
CMYK00.930.880.55
HSL356.6º86.89%23.92%-
HSV(B)356.6º92.98%44.71%-
XYZ7.113.780.77-
YUV40.38113.12180.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=83.82%
G=5.88%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11481400.930.880.55356.686.8923.92
Hex728E05D58371655718
Octal162101601351306754512730
Binary111001010001110010111011011000110111101100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72080E; }

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

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

<style>
 a { background-color: #72080E; }

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

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

<style>
 span { border-color: #72080E; }

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

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