Shades of Burgundy #8F0936
Tints of Burgundy #8F0936
RGB
CMYK
RGB Variations
Color information
#8F0936 (or 0x8F0936) is known color: Burgundy. HEX triplet: 8F, 09 and 36. RGB value is (143,9,54). Sum of RGB (Red+Green+Blue) = 143+9+54=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0936 is #70F6C9. Grayscale: #363636. Windows color (decimal): -7403210 or 3541391. OLE color: 3541391.
HSL color Cylindrical-coordinate representation of color #8F0936: hue angle of 339.85º 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 #8F0936 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 54 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.44 |
| HSL | 339.85º | 0.88% | 0.3% | - |
| HSV(B) | 339.85º | 0.94% | 0.56% | - |
| XYZ | 12.09 | 6.3 | 4.07 | - |
| YUV | 54.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 54 | 0 | 0.94 | 0.62 | 0.44 | 339.85 | 0.88 | 0.3 |
| Hex | 8F | 9 | 36 | 0 | 5E | 3E | 2C | 154 | 58 | 1E |
| Octal | 217 | 11 | 66 | 0 | 136 | 76 | 54 | 524 | 130 | 36 |
| Binary | 10001111 | 1001 | 110110 | 0 | 1011110 | 111110 | 101100 | 101010100 | 1011000 | 11110 |
Color Harmonies of #8F0936
Complementary color
Monochromatic Colors of #8F0936
Black with #8F0936
Text Example
Text Example
White with #8F0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0936; }
p { color: rgb(143,9,54); }
H1.HeaderClassName
{
color: #8F0936;
}
.AnyTagClassName
{
color: #8F0936;
}
</style>
background-color css
<style>
a { background-color: #8F0936; }
a { background-color: rgb(143,9,54); }
div.DivClassName
{
background-color: #8F0936;
}
.BgClassName
{
background-color: #8F0936;
}
</style>
border-color css
<style>
span { border-color: #8F0936; }
span { border-color: rgb(143,9,54); }
td.TdClassName
{
border-color: #8F0936;
}
.TagClassName
{
border-color: #8F0936;
}
</style>