Shades of Burgundy #7F121A
Tints of Burgundy #7F121A
RGB
CMYK
RGB Variations
Color information
#7F121A (or 0x7F121A) is known color: Burgundy. HEX triplet: 7F, 12 and 1A. RGB value is (127,18,26). Sum of RGB (Red+Green+Blue) = 127+18+26=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F121A is #80EDE5. Grayscale: #333333. Windows color (decimal): -8449510 or 1708671. OLE color: 1708671.
HSL color Cylindrical-coordinate representation of color #7F121A: hue angle of 355.6º 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 #7F121A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 26 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.50 |
| HSL | 355.6º | 0.75% | 0.28% | - |
| HSV(B) | 355.6º | 0.86% | 0.5% | - |
| XYZ | 9.16 | 5.02 | 1.46 | - |
| YUV | 51.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 26 | 0 | 0.86 | 0.80 | 0.50 | 355.6 | 0.75 | 0.28 |
| Hex | 7F | 12 | 1A | 0 | 56 | 50 | 32 | 164 | 4B | 1C |
| Octal | 177 | 22 | 32 | 0 | 126 | 120 | 62 | 544 | 113 | 34 |
| Binary | 1111111 | 10010 | 11010 | 0 | 1010110 | 1010000 | 110010 | 101100100 | 1001011 | 11100 |
Color Harmonies of #7F121A
Complementary color
Monochromatic Colors of #7F121A
Black with #7F121A
Text Example
Text Example
White with #7F121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F121A; }
p { color: rgb(127,18,26); }
H1.HeaderClassName
{
color: #7F121A;
}
.AnyTagClassName
{
color: #7F121A;
}
</style>
background-color css
<style>
a { background-color: #7F121A; }
a { background-color: rgb(127,18,26); }
div.DivClassName
{
background-color: #7F121A;
}
.BgClassName
{
background-color: #7F121A;
}
</style>
border-color css
<style>
span { border-color: #7F121A; }
span { border-color: rgb(127,18,26); }
td.TdClassName
{
border-color: #7F121A;
}
.TagClassName
{
border-color: #7F121A;
}
</style>