Shades of Burgundy #72030B
Tints of Burgundy #72030B
RGB
CMYK
RGB Variations
Color information
#72030B (or 0x72030B) is known color: Burgundy. HEX triplet: 72, 03 and 0B. RGB value is (114,3,11). Sum of RGB (Red+Green+Blue) = 114+3+11=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #72030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72030B is #8DFCF4. Grayscale: #252525. Windows color (decimal): -9305333 or 721778. OLE color: 721778.
HSL color Cylindrical-coordinate representation of color #72030B: hue angle of 355.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.55 |
| HSL | 355.68º | 0.95% | 0.23% | - |
| HSV(B) | 355.68º | 0.97% | 0.45% | - |
| XYZ | 7.03 | 3.67 | 0.65 | - |
| YUV | 37.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 11 | 0 | 0.97 | 0.90 | 0.55 | 355.68 | 0.95 | 0.23 |
| Hex | 72 | 3 | B | 0 | 61 | 5A | 37 | 164 | 5F | 17 |
| Octal | 162 | 3 | 13 | 0 | 141 | 132 | 67 | 544 | 137 | 27 |
| Binary | 1110010 | 11 | 1011 | 0 | 1100001 | 1011010 | 110111 | 101100100 | 1011111 | 10111 |
Color Harmonies of #72030B
Complementary color
Monochromatic Colors of #72030B
Black with #72030B
Text Example
Text Example
White with #72030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72030B; }
p { color: rgb(114,3,11); }
H1.HeaderClassName
{
color: #72030B;
}
.AnyTagClassName
{
color: #72030B;
}
</style>
background-color css
<style>
a { background-color: #72030B; }
a { background-color: rgb(114,3,11); }
div.DivClassName
{
background-color: #72030B;
}
.BgClassName
{
background-color: #72030B;
}
</style>
border-color css
<style>
span { border-color: #72030B; }
span { border-color: rgb(114,3,11); }
td.TdClassName
{
border-color: #72030B;
}
.TagClassName
{
border-color: #72030B;
}
</style>