Shades of Burgundy #8F0935
Tints of Burgundy #8F0935
RGB
CMYK
RGB Variations
Color information
#8F0935 (or 0x8F0935) is known color: Burgundy. HEX triplet: 8F, 09 and 35. RGB value is (143,9,53). Sum of RGB (Red+Green+Blue) = 143+9+53=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0935 is #70F6CA. Grayscale: #363636. Windows color (decimal): -7403211 or 3475855. OLE color: 3475855.
HSL color Cylindrical-coordinate representation of color #8F0935: hue angle of 340.3º degrees, saturation: 0.88, 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 #8F0935 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.44 |
| HSL | 340.3º | 0.88% | 0.3% | - |
| HSV(B) | 340.3º | 0.94% | 0.56% | - |
| XYZ | 12.07 | 6.29 | 3.95 | - |
| YUV | 54.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 53 | 0 | 0.94 | 0.63 | 0.44 | 340.3 | 0.88 | 0.3 |
| Hex | 8F | 9 | 35 | 0 | 5E | 3F | 2C | 154 | 58 | 1E |
| Octal | 217 | 11 | 65 | 0 | 136 | 77 | 54 | 524 | 130 | 36 |
| Binary | 10001111 | 1001 | 110101 | 0 | 1011110 | 111111 | 101100 | 101010100 | 1011000 | 11110 |
Color Harmonies of #8F0935
Complementary color
Monochromatic Colors of #8F0935
Black with #8F0935
Text Example
Text Example
White with #8F0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0935; }
p { color: rgb(143,9,53); }
H1.HeaderClassName
{
color: #8F0935;
}
.AnyTagClassName
{
color: #8F0935;
}
</style>
background-color css
<style>
a { background-color: #8F0935; }
a { background-color: rgb(143,9,53); }
div.DivClassName
{
background-color: #8F0935;
}
.BgClassName
{
background-color: #8F0935;
}
</style>
border-color css
<style>
span { border-color: #8F0935; }
span { border-color: rgb(143,9,53); }
td.TdClassName
{
border-color: #8F0935;
}
.TagClassName
{
border-color: #8F0935;
}
</style>