Shades of Burgundy #72060F
Tints of Burgundy #72060F
RGB
CMYK
RGB Variations
Color information
#72060F (or 0x72060F) is known color: Burgundy. HEX triplet: 72, 06 and 0F. RGB value is (114,6,15). Sum of RGB (Red+Green+Blue) = 114+6+15=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #72060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72060F is #8DF9F0. Grayscale: #272727. Windows color (decimal): -9304561 or 984690. OLE color: 984690.
HSL color Cylindrical-coordinate representation of color #72060F: hue angle of 355º 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 #72060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 15 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.55 |
| HSL | 355º | 0.9% | 0.24% | - |
| HSV(B) | 355º | 0.95% | 0.45% | - |
| XYZ | 7.09 | 3.74 | 0.8 | - |
| YUV | 39.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 15 | 0 | 0.95 | 0.87 | 0.55 | 355 | 0.9 | 0.24 |
| Hex | 72 | 6 | F | 0 | 5F | 57 | 37 | 163 | 5A | 18 |
| Octal | 162 | 6 | 17 | 0 | 137 | 127 | 67 | 543 | 132 | 30 |
| Binary | 1110010 | 110 | 1111 | 0 | 1011111 | 1010111 | 110111 | 101100011 | 1011010 | 11000 |
Color Harmonies of #72060F
Complementary color
Monochromatic Colors of #72060F
Black with #72060F
Text Example
Text Example
White with #72060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72060F; }
p { color: rgb(114,6,15); }
H1.HeaderClassName
{
color: #72060F;
}
.AnyTagClassName
{
color: #72060F;
}
</style>
background-color css
<style>
a { background-color: #72060F; }
a { background-color: rgb(114,6,15); }
div.DivClassName
{
background-color: #72060F;
}
.BgClassName
{
background-color: #72060F;
}
</style>
border-color css
<style>
span { border-color: #72060F; }
span { border-color: rgb(114,6,15); }
td.TdClassName
{
border-color: #72060F;
}
.TagClassName
{
border-color: #72060F;
}
</style>