Shades of Burgundy #8F012F
Tints of Burgundy #8F012F
RGB
CMYK
RGB Variations
Color information
#8F012F (or 0x8F012F) is known color: Burgundy. HEX triplet: 8F, 01 and 2F. RGB value is (143,1,47). Sum of RGB (Red+Green+Blue) = 143+1+47=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F012F is #70FED0. Grayscale: #303030. Windows color (decimal): -7405265 or 3080591. OLE color: 3080591.
HSL color Cylindrical-coordinate representation of color #8F012F: hue angle of 340.56º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F012F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.44 |
| HSL | 340.56º | 0.99% | 0.28% | - |
| HSV(B) | 340.56º | 0.99% | 0.56% | - |
| XYZ | 11.85 | 6.07 | 3.24 | - |
| YUV | 48.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 47 | 0 | 0.99 | 0.67 | 0.44 | 340.56 | 0.99 | 0.28 |
| Hex | 8F | 1 | 2F | 0 | 63 | 43 | 2C | 155 | 63 | 1C |
| Octal | 217 | 1 | 57 | 0 | 143 | 103 | 54 | 525 | 143 | 34 |
| Binary | 10001111 | 1 | 101111 | 0 | 1100011 | 1000011 | 101100 | 101010101 | 1100011 | 11100 |
Color Harmonies of #8F012F
Complementary color
Monochromatic Colors of #8F012F
Black with #8F012F
Text Example
Text Example
White with #8F012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F012F; }
p { color: rgb(143,1,47); }
H1.HeaderClassName
{
color: #8F012F;
}
.AnyTagClassName
{
color: #8F012F;
}
</style>
background-color css
<style>
a { background-color: #8F012F; }
a { background-color: rgb(143,1,47); }
div.DivClassName
{
background-color: #8F012F;
}
.BgClassName
{
background-color: #8F012F;
}
</style>
border-color css
<style>
span { border-color: #8F012F; }
span { border-color: rgb(143,1,47); }
td.TdClassName
{
border-color: #8F012F;
}
.TagClassName
{
border-color: #8F012F;
}
</style>