Shades of Burgundy #720018
Tints of Burgundy #720018
RGB
CMYK
RGB Variations
Color information
#720018 (or 0x720018) is known color: Burgundy. HEX triplet: 72, 00 and 18. RGB value is (114,0,24). Sum of RGB (Red+Green+Blue) = 114+0+24=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720018 is #8DFFE7. Grayscale: #242424. Windows color (decimal): -9306088 or 1572978. OLE color: 1572978.
HSL color Cylindrical-coordinate representation of color #720018: hue angle of 347.37º 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 #720018 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.79 | 0.55 |
| HSL | 347.37º | 1% | 0.22% | - |
| HSV(B) | 347.37º | 1% | 0.45% | - |
| XYZ | 7.1 | 3.64 | 1.19 | - |
| YUV | 36.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 24 | 0 | 1 | 0.79 | 0.55 | 347.37 | 1 | 0.22 |
| Hex | 72 | 0 | 18 | 0 | 64 | 4F | 37 | 15B | 64 | 16 |
| Octal | 162 | 0 | 30 | 0 | 144 | 117 | 67 | 533 | 144 | 26 |
| Binary | 1110010 | 0 | 11000 | 0 | 1100100 | 1001111 | 110111 | 101011011 | 1100100 | 10110 |
Color Harmonies of #720018
Complementary color
Monochromatic Colors of #720018
Black with #720018
Text Example
Text Example
White with #720018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720018; }
p { color: rgb(114,0,24); }
H1.HeaderClassName
{
color: #720018;
}
.AnyTagClassName
{
color: #720018;
}
</style>
background-color css
<style>
a { background-color: #720018; }
a { background-color: rgb(114,0,24); }
div.DivClassName
{
background-color: #720018;
}
.BgClassName
{
background-color: #720018;
}
</style>
border-color css
<style>
span { border-color: #720018; }
span { border-color: rgb(114,0,24); }
td.TdClassName
{
border-color: #720018;
}
.TagClassName
{
border-color: #720018;
}
</style>