Shades of Burgundy #72021C
Tints of Burgundy #72021C
RGB
CMYK
RGB Variations
Color information
#72021C (or 0x72021C) is known color: Burgundy. HEX triplet: 72, 02 and 1C. RGB value is (114,2,28). Sum of RGB (Red+Green+Blue) = 114+2+28=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021C is #8DFDE3. Grayscale: #262626. Windows color (decimal): -9305572 or 1835634. OLE color: 1835634.
HSL color Cylindrical-coordinate representation of color #72021C: hue angle of 346.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72021C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.55 |
| HSL | 346.07º | 0.97% | 0.23% | - |
| HSV(B) | 346.07º | 0.98% | 0.45% | - |
| XYZ | 7.17 | 3.7 | 1.44 | - |
| YUV | 38.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 28 | 0 | 0.98 | 0.75 | 0.55 | 346.07 | 0.97 | 0.23 |
| Hex | 72 | 2 | 1C | 0 | 62 | 4B | 37 | 15A | 61 | 17 |
| Octal | 162 | 2 | 34 | 0 | 142 | 113 | 67 | 532 | 141 | 27 |
| Binary | 1110010 | 10 | 11100 | 0 | 1100010 | 1001011 | 110111 | 101011010 | 1100001 | 10111 |
Color Harmonies of #72021C
Complementary color
Monochromatic Colors of #72021C
Black with #72021C
Text Example
Text Example
White with #72021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72021C; }
p { color: rgb(114,2,28); }
H1.HeaderClassName
{
color: #72021C;
}
.AnyTagClassName
{
color: #72021C;
}
</style>
background-color css
<style>
a { background-color: #72021C; }
a { background-color: rgb(114,2,28); }
div.DivClassName
{
background-color: #72021C;
}
.BgClassName
{
background-color: #72021C;
}
</style>
border-color css
<style>
span { border-color: #72021C; }
span { border-color: rgb(114,2,28); }
td.TdClassName
{
border-color: #72021C;
}
.TagClassName
{
border-color: #72021C;
}
</style>