Shades of Burgundy #7F011B
Tints of Burgundy #7F011B
RGB
CMYK
RGB Variations
Color information
#7F011B (or 0x7F011B) is known color: Burgundy. HEX triplet: 7F, 01 and 1B. RGB value is (127,1,27). Sum of RGB (Red+Green+Blue) = 127+1+27=155 (20% of max value = 765). Red value is 127 (50% from 255 or 81.94% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 127 - color contains mainly: red. Hex color #7F011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F011B is #80FEE4. Grayscale: #292929. Windows color (decimal): -8453861 or 1769855. OLE color: 1769855.
HSL color Cylindrical-coordinate representation of color #7F011B: hue angle of 347.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F011B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.50 |
| HSL | 347.62º | 0.98% | 0.25% | - |
| HSV(B) | 347.62º | 0.99% | 0.5% | - |
| XYZ | 8.96 | 4.61 | 1.45 | - |
| YUV | 41.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 27 | 0 | 0.99 | 0.79 | 0.50 | 347.62 | 0.98 | 0.25 |
| Hex | 7F | 1 | 1B | 0 | 63 | 4F | 32 | 15C | 62 | 19 |
| Octal | 177 | 1 | 33 | 0 | 143 | 117 | 62 | 534 | 142 | 31 |
| Binary | 1111111 | 1 | 11011 | 0 | 1100011 | 1001111 | 110010 | 101011100 | 1100010 | 11001 |
Color Harmonies of #7F011B
Complementary color
Monochromatic Colors of #7F011B
Black with #7F011B
Text Example
Text Example
White with #7F011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F011B; }
p { color: rgb(127,1,27); }
H1.HeaderClassName
{
color: #7F011B;
}
.AnyTagClassName
{
color: #7F011B;
}
</style>
background-color css
<style>
a { background-color: #7F011B; }
a { background-color: rgb(127,1,27); }
div.DivClassName
{
background-color: #7F011B;
}
.BgClassName
{
background-color: #7F011B;
}
</style>
border-color css
<style>
span { border-color: #7F011B; }
span { border-color: rgb(127,1,27); }
td.TdClassName
{
border-color: #7F011B;
}
.TagClassName
{
border-color: #7F011B;
}
</style>