#72060E

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

Shades of Burgundy #72060E

Tints of Burgundy #72060E

Color information

#72060E (or 0x72060E) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 0E. RGB value is (114,6,14). Sum of RGB (Red+Green+Blue) = 114+6+14=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #72060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72060E is #8DF9F1. Grayscale: #272727. Windows color (decimal): -9304562 or 919154. OLE color: 919154.

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

Color convert

RGB114614-
CMYK00.950.880.55
HSL355.56º90%23.53%-
HSV(B)355.56º94.74%44.71%-
XYZ7.083.740.76-
YUV39.2113.78181.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.07%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=85.07%
G=4.48%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11461400.950.880.55355.569023.53
Hex726E05F58371645a18
Octal16261601371306754413230
Binary11100101101110010111111011000110111101100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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