Shades of Burgundy #8F013A
Tints of Burgundy #8F013A
RGB
CMYK
RGB Variations
Color information
#8F013A (or 0x8F013A) is known color: Burgundy. HEX triplet: 8F, 01 and 3A. RGB value is (143,1,58). Sum of RGB (Red+Green+Blue) = 143+1+58=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F013A is #70FEC5. Grayscale: #313131. Windows color (decimal): -7405254 or 3801487. OLE color: 3801487.
HSL color Cylindrical-coordinate representation of color #8F013A: hue angle of 335.92º 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 #8F013A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.44 |
| HSL | 335.92º | 0.99% | 0.28% | - |
| HSV(B) | 335.92º | 0.99% | 0.56% | - |
| XYZ | 12.1 | 6.17 | 4.56 | - |
| YUV | 49.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 58 | 0 | 0.99 | 0.59 | 0.44 | 335.92 | 0.99 | 0.28 |
| Hex | 8F | 1 | 3A | 0 | 63 | 3B | 2C | 150 | 63 | 1C |
| Octal | 217 | 1 | 72 | 0 | 143 | 73 | 54 | 520 | 143 | 34 |
| Binary | 10001111 | 1 | 111010 | 0 | 1100011 | 111011 | 101100 | 101010000 | 1100011 | 11100 |
Color Harmonies of #8F013A
Complementary color
Monochromatic Colors of #8F013A
Black with #8F013A
Text Example
Text Example
White with #8F013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F013A; }
p { color: rgb(143,1,58); }
H1.HeaderClassName
{
color: #8F013A;
}
.AnyTagClassName
{
color: #8F013A;
}
</style>
background-color css
<style>
a { background-color: #8F013A; }
a { background-color: rgb(143,1,58); }
div.DivClassName
{
background-color: #8F013A;
}
.BgClassName
{
background-color: #8F013A;
}
</style>
border-color css
<style>
span { border-color: #8F013A; }
span { border-color: rgb(143,1,58); }
td.TdClassName
{
border-color: #8F013A;
}
.TagClassName
{
border-color: #8F013A;
}
</style>