Shades of Burgundy #7F121B
Tints of Burgundy #7F121B
RGB
CMYK
RGB Variations
Color information
#7F121B (or 0x7F121B) is known color: Burgundy. HEX triplet: 7F, 12 and 1B. RGB value is (127,18,27). Sum of RGB (Red+Green+Blue) = 127+18+27=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F121B is #80EDE4. Grayscale: #333333. Windows color (decimal): -8449509 or 1774207. OLE color: 1774207.
HSL color Cylindrical-coordinate representation of color #7F121B: hue angle of 355.05º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F121B is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 27 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.50 |
| HSL | 355.05º | 0.75% | 0.28% | - |
| HSV(B) | 355.05º | 0.86% | 0.5% | - |
| XYZ | 9.17 | 5.02 | 1.52 | - |
| YUV | 51.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 27 | 0 | 0.86 | 0.79 | 0.50 | 355.05 | 0.75 | 0.28 |
| Hex | 7F | 12 | 1B | 0 | 56 | 4F | 32 | 163 | 4B | 1C |
| Octal | 177 | 22 | 33 | 0 | 126 | 117 | 62 | 543 | 113 | 34 |
| Binary | 1111111 | 10010 | 11011 | 0 | 1010110 | 1001111 | 110010 | 101100011 | 1001011 | 11100 |
Color Harmonies of #7F121B
Complementary color
Monochromatic Colors of #7F121B
Black with #7F121B
Text Example
Text Example
White with #7F121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F121B; }
p { color: rgb(127,18,27); }
H1.HeaderClassName
{
color: #7F121B;
}
.AnyTagClassName
{
color: #7F121B;
}
</style>
background-color css
<style>
a { background-color: #7F121B; }
a { background-color: rgb(127,18,27); }
div.DivClassName
{
background-color: #7F121B;
}
.BgClassName
{
background-color: #7F121B;
}
</style>
border-color css
<style>
span { border-color: #7F121B; }
span { border-color: rgb(127,18,27); }
td.TdClassName
{
border-color: #7F121B;
}
.TagClassName
{
border-color: #7F121B;
}
</style>