Shades of Burgundy #720009
Tints of Burgundy #720009
RGB
CMYK
RGB Variations
Color information
#720009 (or 0x720009) is known color: Burgundy. HEX triplet: 72, 00 and 09. RGB value is (114,0,9). Sum of RGB (Red+Green+Blue) = 114+0+9=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720009 is #8DFFF6. Grayscale: #232323. Windows color (decimal): -9306103 or 589938. OLE color: 589938.
HSL color Cylindrical-coordinate representation of color #720009: hue angle of 355.26º 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 #720009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.92 | 0.55 |
| HSL | 355.26º | 1% | 0.22% | - |
| HSV(B) | 355.26º | 1% | 0.45% | - |
| XYZ | 6.99 | 3.6 | 0.58 | - |
| YUV | 35.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 9 | 0 | 1 | 0.92 | 0.55 | 355.26 | 1 | 0.22 |
| Hex | 72 | 0 | 9 | 0 | 64 | 5C | 37 | 163 | 64 | 16 |
| Octal | 162 | 0 | 11 | 0 | 144 | 134 | 67 | 543 | 144 | 26 |
| Binary | 1110010 | 0 | 1001 | 0 | 1100100 | 1011100 | 110111 | 101100011 | 1100100 | 10110 |
Color Harmonies of #720009
Complementary color
Monochromatic Colors of #720009
Black with #720009
Text Example
Text Example
White with #720009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720009; }
p { color: rgb(114,0,9); }
H1.HeaderClassName
{
color: #720009;
}
.AnyTagClassName
{
color: #720009;
}
</style>
background-color css
<style>
a { background-color: #720009; }
a { background-color: rgb(114,0,9); }
div.DivClassName
{
background-color: #720009;
}
.BgClassName
{
background-color: #720009;
}
</style>
border-color css
<style>
span { border-color: #720009; }
span { border-color: rgb(114,0,9); }
td.TdClassName
{
border-color: #720009;
}
.TagClassName
{
border-color: #720009;
}
</style>