Shades of Burgundy #720027
Tints of Burgundy #720027
RGB
CMYK
RGB Variations
Color information
#720027 (or 0x720027) is known color: Burgundy. HEX triplet: 72, 00 and 27. RGB value is (114,0,39). Sum of RGB (Red+Green+Blue) = 114+0+39=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720027 is #8DFFD8. Grayscale: #262626. Windows color (decimal): -9306073 or 2556018. OLE color: 2556018.
HSL color Cylindrical-coordinate representation of color #720027: hue angle of 339.47º 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 #720027 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.66 | 0.55 |
| HSL | 339.47º | 1% | 0.22% | - |
| HSV(B) | 339.47º | 1% | 0.45% | - |
| XYZ | 7.31 | 3.72 | 2.25 | - |
| YUV | 38.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 39 | 0 | 1 | 0.66 | 0.55 | 339.47 | 1 | 0.22 |
| Hex | 72 | 0 | 27 | 0 | 64 | 42 | 37 | 153 | 64 | 16 |
| Octal | 162 | 0 | 47 | 0 | 144 | 102 | 67 | 523 | 144 | 26 |
| Binary | 1110010 | 0 | 100111 | 0 | 1100100 | 1000010 | 110111 | 101010011 | 1100100 | 10110 |
Color Harmonies of #720027
Complementary color
Monochromatic Colors of #720027
Black with #720027
Text Example
Text Example
White with #720027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720027; }
p { color: rgb(114,0,39); }
H1.HeaderClassName
{
color: #720027;
}
.AnyTagClassName
{
color: #720027;
}
</style>
background-color css
<style>
a { background-color: #720027; }
a { background-color: rgb(114,0,39); }
div.DivClassName
{
background-color: #720027;
}
.BgClassName
{
background-color: #720027;
}
</style>
border-color css
<style>
span { border-color: #720027; }
span { border-color: rgb(114,0,39); }
td.TdClassName
{
border-color: #720027;
}
.TagClassName
{
border-color: #720027;
}
</style>