Shades of Burgundy #720B30
Tints of Burgundy #720B30
RGB
CMYK
RGB Variations
Color information
#720B30 (or 0x720B30) is known color: Burgundy. HEX triplet: 72, 0B and 30. RGB value is (114,11,48). Sum of RGB (Red+Green+Blue) = 114+11+48=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B30 is #8DF4CF. Grayscale: #2D2D2D. Windows color (decimal): -9303248 or 3148658. OLE color: 3148658.
HSL color Cylindrical-coordinate representation of color #720B30: hue angle of 338.45º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B30 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 48 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.55 |
| HSL | 338.45º | 0.82% | 0.25% | - |
| HSV(B) | 338.45º | 0.9% | 0.45% | - |
| XYZ | 7.59 | 4.03 | 3.17 | - |
| YUV | 46.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 48 | 0 | 0.90 | 0.58 | 0.55 | 338.45 | 0.82 | 0.25 |
| Hex | 72 | B | 30 | 0 | 5A | 3A | 37 | 152 | 52 | 19 |
| Octal | 162 | 13 | 60 | 0 | 132 | 72 | 67 | 522 | 122 | 31 |
| Binary | 1110010 | 1011 | 110000 | 0 | 1011010 | 111010 | 110111 | 101010010 | 1010010 | 11001 |
Color Harmonies of #720B30
Complementary color
Monochromatic Colors of #720B30
Black with #720B30
Text Example
Text Example
White with #720B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B30; }
p { color: rgb(114,11,48); }
H1.HeaderClassName
{
color: #720B30;
}
.AnyTagClassName
{
color: #720B30;
}
</style>
background-color css
<style>
a { background-color: #720B30; }
a { background-color: rgb(114,11,48); }
div.DivClassName
{
background-color: #720B30;
}
.BgClassName
{
background-color: #720B30;
}
</style>
border-color css
<style>
span { border-color: #720B30; }
span { border-color: rgb(114,11,48); }
td.TdClassName
{
border-color: #720B30;
}
.TagClassName
{
border-color: #720B30;
}
</style>