Shades of Burgundy #72000F
Tints of Burgundy #72000F
RGB
CMYK
RGB Variations
Color information
#72000F (or 0x72000F) is known color: Burgundy. HEX triplet: 72, 00 and 0F. RGB value is (114,0,15). Sum of RGB (Red+Green+Blue) = 114+0+15=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72000F is #8DFFF0. Grayscale: #232323. Windows color (decimal): -9306097 or 983154. OLE color: 983154.
HSL color Cylindrical-coordinate representation of color #72000F: hue angle of 352.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.87 | 0.55 |
| HSL | 352.11º | 1% | 0.22% | - |
| HSV(B) | 352.11º | 1% | 0.45% | - |
| XYZ | 7.03 | 3.61 | 0.78 | - |
| YUV | 35.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 15 | 0 | 1 | 0.87 | 0.55 | 352.11 | 1 | 0.22 |
| Hex | 72 | 0 | F | 0 | 64 | 57 | 37 | 160 | 64 | 16 |
| Octal | 162 | 0 | 17 | 0 | 144 | 127 | 67 | 540 | 144 | 26 |
| Binary | 1110010 | 0 | 1111 | 0 | 1100100 | 1010111 | 110111 | 101100000 | 1100100 | 10110 |
Color Harmonies of #72000F
Complementary color
Monochromatic Colors of #72000F
Black with #72000F
Text Example
Text Example
White with #72000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72000F; }
p { color: rgb(114,0,15); }
H1.HeaderClassName
{
color: #72000F;
}
.AnyTagClassName
{
color: #72000F;
}
</style>
background-color css
<style>
a { background-color: #72000F; }
a { background-color: rgb(114,0,15); }
div.DivClassName
{
background-color: #72000F;
}
.BgClassName
{
background-color: #72000F;
}
</style>
border-color css
<style>
span { border-color: #72000F; }
span { border-color: rgb(114,0,15); }
td.TdClassName
{
border-color: #72000F;
}
.TagClassName
{
border-color: #72000F;
}
</style>