Shades of Burgundy #7F0835
Tints of Burgundy #7F0835
RGB
CMYK
RGB Variations
Color information
#7F0835 (or 0x7F0835) is known color: Burgundy. HEX triplet: 7F, 08 and 35. RGB value is (127,8,53). Sum of RGB (Red+Green+Blue) = 127+8+53=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0835 is #80F7CA. Grayscale: #303030. Windows color (decimal): -8452043 or 3475583. OLE color: 3475583.
HSL color Cylindrical-coordinate representation of color #7F0835: hue angle of 337.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0835 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 53 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.50 |
| HSL | 337.31º | 0.88% | 0.26% | - |
| HSV(B) | 337.31º | 0.94% | 0.5% | - |
| XYZ | 9.48 | 4.94 | 3.82 | - |
| YUV | 48.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 53 | 0 | 0.94 | 0.58 | 0.50 | 337.31 | 0.88 | 0.26 |
| Hex | 7F | 8 | 35 | 0 | 5E | 3A | 32 | 151 | 58 | 1A |
| Octal | 177 | 10 | 65 | 0 | 136 | 72 | 62 | 521 | 130 | 32 |
| Binary | 1111111 | 1000 | 110101 | 0 | 1011110 | 111010 | 110010 | 101010001 | 1011000 | 11010 |
Color Harmonies of #7F0835
Complementary color
Monochromatic Colors of #7F0835
Black with #7F0835
Text Example
Text Example
White with #7F0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0835; }
p { color: rgb(127,8,53); }
H1.HeaderClassName
{
color: #7F0835;
}
.AnyTagClassName
{
color: #7F0835;
}
</style>
background-color css
<style>
a { background-color: #7F0835; }
a { background-color: rgb(127,8,53); }
div.DivClassName
{
background-color: #7F0835;
}
.BgClassName
{
background-color: #7F0835;
}
</style>
border-color css
<style>
span { border-color: #7F0835; }
span { border-color: rgb(127,8,53); }
td.TdClassName
{
border-color: #7F0835;
}
.TagClassName
{
border-color: #7F0835;
}
</style>