Shades of Burgundy #7F0135
Tints of Burgundy #7F0135
RGB
CMYK
RGB Variations
Color information
#7F0135 (or 0x7F0135) is known color: Burgundy. HEX triplet: 7F, 01 and 35. RGB value is (127,1,53). Sum of RGB (Red+Green+Blue) = 127+1+53=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0135 is #80FECA. Grayscale: #2C2C2C. Windows color (decimal): -8453835 or 3473791. OLE color: 3473791.
HSL color Cylindrical-coordinate representation of color #7F0135: hue angle of 335.24º 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 #7F0135 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.50 |
| HSL | 335.24º | 0.98% | 0.25% | - |
| HSV(B) | 335.24º | 0.99% | 0.5% | - |
| XYZ | 9.41 | 4.79 | 3.8 | - |
| YUV | 44.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 53 | 0 | 0.99 | 0.58 | 0.50 | 335.24 | 0.98 | 0.25 |
| Hex | 7F | 1 | 35 | 0 | 63 | 3A | 32 | 14F | 62 | 19 |
| Octal | 177 | 1 | 65 | 0 | 143 | 72 | 62 | 517 | 142 | 31 |
| Binary | 1111111 | 1 | 110101 | 0 | 1100011 | 111010 | 110010 | 101001111 | 1100010 | 11001 |
Color Harmonies of #7F0135
Complementary color
Monochromatic Colors of #7F0135
Black with #7F0135
Text Example
Text Example
White with #7F0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0135; }
p { color: rgb(127,1,53); }
H1.HeaderClassName
{
color: #7F0135;
}
.AnyTagClassName
{
color: #7F0135;
}
</style>
background-color css
<style>
a { background-color: #7F0135; }
a { background-color: rgb(127,1,53); }
div.DivClassName
{
background-color: #7F0135;
}
.BgClassName
{
background-color: #7F0135;
}
</style>
border-color css
<style>
span { border-color: #7F0135; }
span { border-color: rgb(127,1,53); }
td.TdClassName
{
border-color: #7F0135;
}
.TagClassName
{
border-color: #7F0135;
}
</style>