Shades of Burgundy #7F122C
Tints of Burgundy #7F122C
RGB
CMYK
RGB Variations
Color information
#7F122C (or 0x7F122C) is known color: Burgundy. HEX triplet: 7F, 12 and 2C. RGB value is (127,18,44). Sum of RGB (Red+Green+Blue) = 127+18+44=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F122C is #80EDD3. Grayscale: #353535. Windows color (decimal): -8449492 or 2888319. OLE color: 2888319.
HSL color Cylindrical-coordinate representation of color #7F122C: hue angle of 345.69º 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 #7F122C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 44 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.50 |
| HSL | 345.69º | 0.75% | 0.28% | - |
| HSV(B) | 345.69º | 0.86% | 0.5% | - |
| XYZ | 9.42 | 5.13 | 2.88 | - |
| YUV | 53.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 44 | 0 | 0.86 | 0.65 | 0.50 | 345.69 | 0.75 | 0.28 |
| Hex | 7F | 12 | 2C | 0 | 56 | 41 | 32 | 15A | 4B | 1C |
| Octal | 177 | 22 | 54 | 0 | 126 | 101 | 62 | 532 | 113 | 34 |
| Binary | 1111111 | 10010 | 101100 | 0 | 1010110 | 1000001 | 110010 | 101011010 | 1001011 | 11100 |
Color Harmonies of #7F122C
Complementary color
Monochromatic Colors of #7F122C
Black with #7F122C
Text Example
Text Example
White with #7F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F122C; }
p { color: rgb(127,18,44); }
H1.HeaderClassName
{
color: #7F122C;
}
.AnyTagClassName
{
color: #7F122C;
}
</style>
background-color css
<style>
a { background-color: #7F122C; }
a { background-color: rgb(127,18,44); }
div.DivClassName
{
background-color: #7F122C;
}
.BgClassName
{
background-color: #7F122C;
}
</style>
border-color css
<style>
span { border-color: #7F122C; }
span { border-color: rgb(127,18,44); }
td.TdClassName
{
border-color: #7F122C;
}
.TagClassName
{
border-color: #7F122C;
}
</style>