Shades of Burgundy #7F0E24
Tints of Burgundy #7F0E24
RGB
CMYK
RGB Variations
Color information
#7F0E24 (or 0x7F0E24) is known color: Burgundy. HEX triplet: 7F, 0E and 24. RGB value is (127,14,36). Sum of RGB (Red+Green+Blue) = 127+14+36=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E24 is #80F1DB. Grayscale: #323232. Windows color (decimal): -8450524 or 2363007. OLE color: 2363007.
HSL color Cylindrical-coordinate representation of color #7F0E24: hue angle of 348.32º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E24 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 14 | 36 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.50 |
| HSL | 348.32º | 0.8% | 0.28% | - |
| HSV(B) | 348.32º | 0.89% | 0.5% | - |
| XYZ | 9.23 | 4.95 | 2.14 | - |
| YUV | 50.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 36 | 0 | 0.89 | 0.72 | 0.50 | 348.32 | 0.8 | 0.28 |
| Hex | 7F | E | 24 | 0 | 59 | 48 | 32 | 15C | 50 | 1C |
| Octal | 177 | 16 | 44 | 0 | 131 | 110 | 62 | 534 | 120 | 34 |
| Binary | 1111111 | 1110 | 100100 | 0 | 1011001 | 1001000 | 110010 | 101011100 | 1010000 | 11100 |
Color Harmonies of #7F0E24
Complementary color
Monochromatic Colors of #7F0E24
Black with #7F0E24
Text Example
Text Example
White with #7F0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0E24; }
p { color: rgb(127,14,36); }
H1.HeaderClassName
{
color: #7F0E24;
}
.AnyTagClassName
{
color: #7F0E24;
}
</style>
background-color css
<style>
a { background-color: #7F0E24; }
a { background-color: rgb(127,14,36); }
div.DivClassName
{
background-color: #7F0E24;
}
.BgClassName
{
background-color: #7F0E24;
}
</style>
border-color css
<style>
span { border-color: #7F0E24; }
span { border-color: rgb(127,14,36); }
td.TdClassName
{
border-color: #7F0E24;
}
.TagClassName
{
border-color: #7F0E24;
}
</style>