Shades of Burgundy #72060C
Tints of Burgundy #72060C
RGB
CMYK
RGB Variations
Color information
#72060C (or 0x72060C) is known color: Burgundy. HEX triplet: 72, 06 and 0C. RGB value is (114,6,12). Sum of RGB (Red+Green+Blue) = 114+6+12=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #72060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72060C is #8DF9F3. Grayscale: #272727. Windows color (decimal): -9304564 or 788082. OLE color: 788082.
HSL color Cylindrical-coordinate representation of color #72060C: hue angle of 356.67º 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 #72060C is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 12 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.55 |
| HSL | 356.67º | 0.9% | 0.24% | - |
| HSV(B) | 356.67º | 0.95% | 0.45% | - |
| XYZ | 7.07 | 3.73 | 0.7 | - |
| YUV | 38.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 12 | 0 | 0.95 | 0.89 | 0.55 | 356.67 | 0.9 | 0.24 |
| Hex | 72 | 6 | C | 0 | 5F | 59 | 37 | 165 | 5A | 18 |
| Octal | 162 | 6 | 14 | 0 | 137 | 131 | 67 | 545 | 132 | 30 |
| Binary | 1110010 | 110 | 1100 | 0 | 1011111 | 1011001 | 110111 | 101100101 | 1011010 | 11000 |
Color Harmonies of #72060C
Complementary color
Monochromatic Colors of #72060C
Black with #72060C
Text Example
Text Example
White with #72060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72060C; }
p { color: rgb(114,6,12); }
H1.HeaderClassName
{
color: #72060C;
}
.AnyTagClassName
{
color: #72060C;
}
</style>
background-color css
<style>
a { background-color: #72060C; }
a { background-color: rgb(114,6,12); }
div.DivClassName
{
background-color: #72060C;
}
.BgClassName
{
background-color: #72060C;
}
</style>
border-color css
<style>
span { border-color: #72060C; }
span { border-color: rgb(114,6,12); }
td.TdClassName
{
border-color: #72060C;
}
.TagClassName
{
border-color: #72060C;
}
</style>