Shades of Burgundy #72002A
Tints of Burgundy #72002A
RGB
CMYK
RGB Variations
Color information
#72002A (or 0x72002A) is known color: Burgundy. HEX triplet: 72, 00 and 2A. RGB value is (114,0,42). Sum of RGB (Red+Green+Blue) = 114+0+42=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #72002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002A is #8DFFD5. Grayscale: #262626. Windows color (decimal): -9306070 or 2752626. OLE color: 2752626.
HSL color Cylindrical-coordinate representation of color #72002A: hue angle of 337.89º 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 #72002A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.63 | 0.55 |
| HSL | 337.89º | 1% | 0.22% | - |
| HSV(B) | 337.89º | 1% | 0.45% | - |
| XYZ | 7.36 | 3.74 | 2.53 | - |
| YUV | 38.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 42 | 0 | 1 | 0.63 | 0.55 | 337.89 | 1 | 0.22 |
| Hex | 72 | 0 | 2A | 0 | 64 | 3F | 37 | 152 | 64 | 16 |
| Octal | 162 | 0 | 52 | 0 | 144 | 77 | 67 | 522 | 144 | 26 |
| Binary | 1110010 | 0 | 101010 | 0 | 1100100 | 111111 | 110111 | 101010010 | 1100100 | 10110 |
Color Harmonies of #72002A
Complementary color
Monochromatic Colors of #72002A
Black with #72002A
Text Example
Text Example
White with #72002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72002A; }
p { color: rgb(114,0,42); }
H1.HeaderClassName
{
color: #72002A;
}
.AnyTagClassName
{
color: #72002A;
}
</style>
background-color css
<style>
a { background-color: #72002A; }
a { background-color: rgb(114,0,42); }
div.DivClassName
{
background-color: #72002A;
}
.BgClassName
{
background-color: #72002A;
}
</style>
border-color css
<style>
span { border-color: #72002A; }
span { border-color: rgb(114,0,42); }
td.TdClassName
{
border-color: #72002A;
}
.TagClassName
{
border-color: #72002A;
}
</style>