Shades of Burgundy #8F0835
Tints of Burgundy #8F0835
RGB
CMYK
RGB Variations
Color information
#8F0835 (or 0x8F0835) is known color: Burgundy. HEX triplet: 8F, 08 and 35. RGB value is (143,8,53). Sum of RGB (Red+Green+Blue) = 143+8+53=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0835 is #70F7CA. Grayscale: #353535. Windows color (decimal): -7403467 or 3475599. OLE color: 3475599.
HSL color Cylindrical-coordinate representation of color #8F0835: hue angle of 340º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0835 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 53 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.44 |
| HSL | 340º | 0.89% | 0.3% | - |
| HSV(B) | 340º | 0.94% | 0.56% | - |
| XYZ | 12.06 | 6.27 | 3.94 | - |
| YUV | 53.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 53 | 0 | 0.94 | 0.63 | 0.44 | 340 | 0.89 | 0.3 |
| Hex | 8F | 8 | 35 | 0 | 5E | 3F | 2C | 154 | 59 | 1E |
| Octal | 217 | 10 | 65 | 0 | 136 | 77 | 54 | 524 | 131 | 36 |
| Binary | 10001111 | 1000 | 110101 | 0 | 1011110 | 111111 | 101100 | 101010100 | 1011001 | 11110 |
Color Harmonies of #8F0835
Complementary color
Monochromatic Colors of #8F0835
Black with #8F0835
Text Example
Text Example
White with #8F0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0835; }
p { color: rgb(143,8,53); }
H1.HeaderClassName
{
color: #8F0835;
}
.AnyTagClassName
{
color: #8F0835;
}
</style>
background-color css
<style>
a { background-color: #8F0835; }
a { background-color: rgb(143,8,53); }
div.DivClassName
{
background-color: #8F0835;
}
.BgClassName
{
background-color: #8F0835;
}
</style>
border-color css
<style>
span { border-color: #8F0835; }
span { border-color: rgb(143,8,53); }
td.TdClassName
{
border-color: #8F0835;
}
.TagClassName
{
border-color: #8F0835;
}
</style>