Shades of Burgundy #72000C
Tints of Burgundy #72000C
RGB
CMYK
RGB Variations
Color information
#72000C (or 0x72000C) is known color: Burgundy. HEX triplet: 72, 00 and 0C. RGB value is (114,0,12). Sum of RGB (Red+Green+Blue) = 114+0+12=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #72000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72000C is #8DFFF3. Grayscale: #232323. Windows color (decimal): -9306100 or 786546. OLE color: 786546.
HSL color Cylindrical-coordinate representation of color #72000C: hue angle of 353.68º 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 #72000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.89 | 0.55 |
| HSL | 353.68º | 1% | 0.22% | - |
| HSV(B) | 353.68º | 1% | 0.45% | - |
| XYZ | 7.01 | 3.6 | 0.67 | - |
| YUV | 35.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 12 | 0 | 1 | 0.89 | 0.55 | 353.68 | 1 | 0.22 |
| Hex | 72 | 0 | C | 0 | 64 | 59 | 37 | 162 | 64 | 16 |
| Octal | 162 | 0 | 14 | 0 | 144 | 131 | 67 | 542 | 144 | 26 |
| Binary | 1110010 | 0 | 1100 | 0 | 1100100 | 1011001 | 110111 | 101100010 | 1100100 | 10110 |
Color Harmonies of #72000C
Complementary color
Monochromatic Colors of #72000C
Black with #72000C
Text Example
Text Example
White with #72000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72000C; }
p { color: rgb(114,0,12); }
H1.HeaderClassName
{
color: #72000C;
}
.AnyTagClassName
{
color: #72000C;
}
</style>
background-color css
<style>
a { background-color: #72000C; }
a { background-color: rgb(114,0,12); }
div.DivClassName
{
background-color: #72000C;
}
.BgClassName
{
background-color: #72000C;
}
</style>
border-color css
<style>
span { border-color: #72000C; }
span { border-color: rgb(114,0,12); }
td.TdClassName
{
border-color: #72000C;
}
.TagClassName
{
border-color: #72000C;
}
</style>