Shades of Burgundy #8F0F36
Tints of Burgundy #8F0F36
RGB
CMYK
RGB Variations
Color information
#8F0F36 (or 0x8F0F36) is known color: Burgundy. HEX triplet: 8F, 0F and 36. RGB value is (143,15,54). Sum of RGB (Red+Green+Blue) = 143+15+54=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0F36 is #70F0C9. Grayscale: #393939. Windows color (decimal): -7401674 or 3542927. OLE color: 3542927.
HSL color Cylindrical-coordinate representation of color #8F0F36: hue angle of 341.72º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F36 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 54 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.44 |
| HSL | 341.72º | 0.81% | 0.31% | - |
| HSV(B) | 341.72º | 0.9% | 0.56% | - |
| XYZ | 12.16 | 6.45 | 4.09 | - |
| YUV | 57.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 54 | 0 | 0.90 | 0.62 | 0.44 | 341.72 | 0.81 | 0.31 |
| Hex | 8F | F | 36 | 0 | 5A | 3E | 2C | 156 | 51 | 1F |
| Octal | 217 | 17 | 66 | 0 | 132 | 76 | 54 | 526 | 121 | 37 |
| Binary | 10001111 | 1111 | 110110 | 0 | 1011010 | 111110 | 101100 | 101010110 | 1010001 | 11111 |
Color Harmonies of #8F0F36
Complementary color
Monochromatic Colors of #8F0F36
Black with #8F0F36
Text Example
Text Example
White with #8F0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F36; }
p { color: rgb(143,15,54); }
H1.HeaderClassName
{
color: #8F0F36;
}
.AnyTagClassName
{
color: #8F0F36;
}
</style>
background-color css
<style>
a { background-color: #8F0F36; }
a { background-color: rgb(143,15,54); }
div.DivClassName
{
background-color: #8F0F36;
}
.BgClassName
{
background-color: #8F0F36;
}
</style>
border-color css
<style>
span { border-color: #8F0F36; }
span { border-color: rgb(143,15,54); }
td.TdClassName
{
border-color: #8F0F36;
}
.TagClassName
{
border-color: #8F0F36;
}
</style>