Shades of Burgundy #7F0C18
Tints of Burgundy #7F0C18
RGB
CMYK
RGB Variations
Color information
#7F0C18 (or 0x7F0C18) is known color: Burgundy. HEX triplet: 7F, 0C and 18. RGB value is (127,12,24). Sum of RGB (Red+Green+Blue) = 127+12+24=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C18 is #80F3E7. Grayscale: #2F2F2F. Windows color (decimal): -8451048 or 1576063. OLE color: 1576063.
HSL color Cylindrical-coordinate representation of color #7F0C18: hue angle of 353.74º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C18 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 24 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.50 |
| HSL | 353.74º | 0.83% | 0.27% | - |
| HSV(B) | 353.74º | 0.91% | 0.5% | - |
| XYZ | 9.05 | 4.84 | 1.32 | - |
| YUV | 47.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 24 | 0 | 0.91 | 0.81 | 0.50 | 353.74 | 0.83 | 0.27 |
| Hex | 7F | C | 18 | 0 | 5B | 51 | 32 | 162 | 53 | 1B |
| Octal | 177 | 14 | 30 | 0 | 133 | 121 | 62 | 542 | 123 | 33 |
| Binary | 1111111 | 1100 | 11000 | 0 | 1011011 | 1010001 | 110010 | 101100010 | 1010011 | 11011 |
Color Harmonies of #7F0C18
Complementary color
Monochromatic Colors of #7F0C18
Black with #7F0C18
Text Example
Text Example
White with #7F0C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C18; }
p { color: rgb(127,12,24); }
H1.HeaderClassName
{
color: #7F0C18;
}
.AnyTagClassName
{
color: #7F0C18;
}
</style>
background-color css
<style>
a { background-color: #7F0C18; }
a { background-color: rgb(127,12,24); }
div.DivClassName
{
background-color: #7F0C18;
}
.BgClassName
{
background-color: #7F0C18;
}
</style>
border-color css
<style>
span { border-color: #7F0C18; }
span { border-color: rgb(127,12,24); }
td.TdClassName
{
border-color: #7F0C18;
}
.TagClassName
{
border-color: #7F0C18;
}
</style>