Shades of Burgundy #7F0C13
Tints of Burgundy #7F0C13
RGB
CMYK
RGB Variations
Color information
#7F0C13 (or 0x7F0C13) is known color: Burgundy. HEX triplet: 7F, 0C and 13. RGB value is (127,12,19). Sum of RGB (Red+Green+Blue) = 127+12+19=158 (20% of max value = 765). Red value is 127 (50% from 255 or 80.38% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C13 is #80F3EC. Grayscale: #2F2F2F. Windows color (decimal): -8451053 or 1248383. OLE color: 1248383.
HSL color Cylindrical-coordinate representation of color #7F0C13: hue angle of 356.35º 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 #7F0C13 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 19 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.50 |
| HSL | 356.35º | 0.83% | 0.27% | - |
| HSV(B) | 356.35º | 0.91% | 0.5% | - |
| XYZ | 9 | 4.82 | 1.07 | - |
| YUV | 47.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 19 | 0 | 0.91 | 0.85 | 0.50 | 356.35 | 0.83 | 0.27 |
| Hex | 7F | C | 13 | 0 | 5B | 55 | 32 | 164 | 53 | 1B |
| Octal | 177 | 14 | 23 | 0 | 133 | 125 | 62 | 544 | 123 | 33 |
| Binary | 1111111 | 1100 | 10011 | 0 | 1011011 | 1010101 | 110010 | 101100100 | 1010011 | 11011 |
Color Harmonies of #7F0C13
Complementary color
Monochromatic Colors of #7F0C13
Black with #7F0C13
Text Example
Text Example
White with #7F0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C13; }
p { color: rgb(127,12,19); }
H1.HeaderClassName
{
color: #7F0C13;
}
.AnyTagClassName
{
color: #7F0C13;
}
</style>
background-color css
<style>
a { background-color: #7F0C13; }
a { background-color: rgb(127,12,19); }
div.DivClassName
{
background-color: #7F0C13;
}
.BgClassName
{
background-color: #7F0C13;
}
</style>
border-color css
<style>
span { border-color: #7F0C13; }
span { border-color: rgb(127,12,19); }
td.TdClassName
{
border-color: #7F0C13;
}
.TagClassName
{
border-color: #7F0C13;
}
</style>