Shades of Burgundy #720028
Tints of Burgundy #720028
RGB
CMYK
RGB Variations
Color information
#720028 (or 0x720028) is known color: Burgundy. HEX triplet: 72, 00 and 28. RGB value is (114,0,40). Sum of RGB (Red+Green+Blue) = 114+0+40=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720028 is #8DFFD7. Grayscale: #262626. Windows color (decimal): -9306072 or 2621554. OLE color: 2621554.
HSL color Cylindrical-coordinate representation of color #720028: hue angle of 338.95º 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 #720028 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.65 | 0.55 |
| HSL | 338.95º | 1% | 0.22% | - |
| HSV(B) | 338.95º | 1% | 0.45% | - |
| XYZ | 7.32 | 3.73 | 2.34 | - |
| YUV | 38.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 40 | 0 | 1 | 0.65 | 0.55 | 338.95 | 1 | 0.22 |
| Hex | 72 | 0 | 28 | 0 | 64 | 41 | 37 | 153 | 64 | 16 |
| Octal | 162 | 0 | 50 | 0 | 144 | 101 | 67 | 523 | 144 | 26 |
| Binary | 1110010 | 0 | 101000 | 0 | 1100100 | 1000001 | 110111 | 101010011 | 1100100 | 10110 |
Color Harmonies of #720028
Complementary color
Monochromatic Colors of #720028
Black with #720028
Text Example
Text Example
White with #720028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720028; }
p { color: rgb(114,0,40); }
H1.HeaderClassName
{
color: #720028;
}
.AnyTagClassName
{
color: #720028;
}
</style>
background-color css
<style>
a { background-color: #720028; }
a { background-color: rgb(114,0,40); }
div.DivClassName
{
background-color: #720028;
}
.BgClassName
{
background-color: #720028;
}
</style>
border-color css
<style>
span { border-color: #720028; }
span { border-color: rgb(114,0,40); }
td.TdClassName
{
border-color: #720028;
}
.TagClassName
{
border-color: #720028;
}
</style>