Shades of Burgundy #7F0C17
Tints of Burgundy #7F0C17
RGB
CMYK
RGB Variations
Color information
#7F0C17 (or 0x7F0C17) is known color: Burgundy. HEX triplet: 7F, 0C and 17. RGB value is (127,12,23). Sum of RGB (Red+Green+Blue) = 127+12+23=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C17 is #80F3E8. Grayscale: #2F2F2F. Windows color (decimal): -8451049 or 1510527. OLE color: 1510527.
HSL color Cylindrical-coordinate representation of color #7F0C17: hue angle of 354.26º 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 #7F0C17 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 23 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.50 |
| HSL | 354.26º | 0.83% | 0.27% | - |
| HSV(B) | 354.26º | 0.91% | 0.5% | - |
| XYZ | 9.04 | 4.84 | 1.27 | - |
| YUV | 47.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 23 | 0 | 0.91 | 0.82 | 0.50 | 354.26 | 0.83 | 0.27 |
| Hex | 7F | C | 17 | 0 | 5B | 52 | 32 | 162 | 53 | 1B |
| Octal | 177 | 14 | 27 | 0 | 133 | 122 | 62 | 542 | 123 | 33 |
| Binary | 1111111 | 1100 | 10111 | 0 | 1011011 | 1010010 | 110010 | 101100010 | 1010011 | 11011 |
Color Harmonies of #7F0C17
Complementary color
Monochromatic Colors of #7F0C17
Black with #7F0C17
Text Example
Text Example
White with #7F0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C17; }
p { color: rgb(127,12,23); }
H1.HeaderClassName
{
color: #7F0C17;
}
.AnyTagClassName
{
color: #7F0C17;
}
</style>
background-color css
<style>
a { background-color: #7F0C17; }
a { background-color: rgb(127,12,23); }
div.DivClassName
{
background-color: #7F0C17;
}
.BgClassName
{
background-color: #7F0C17;
}
</style>
border-color css
<style>
span { border-color: #7F0C17; }
span { border-color: rgb(127,12,23); }
td.TdClassName
{
border-color: #7F0C17;
}
.TagClassName
{
border-color: #7F0C17;
}
</style>