Shades of Burgundy #8F013E
Tints of Burgundy #8F013E
RGB
CMYK
RGB Variations
Color information
#8F013E (or 0x8F013E) is known color: Burgundy. HEX triplet: 8F, 01 and 3E. RGB value is (143,1,62). Sum of RGB (Red+Green+Blue) = 143+1+62=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F013E is #70FEC1. Grayscale: #323232. Windows color (decimal): -7405250 or 4063631. OLE color: 4063631.
HSL color Cylindrical-coordinate representation of color #8F013E: hue angle of 334.23º 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 #8F013E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.44 |
| HSL | 334.23º | 0.99% | 0.28% | - |
| HSV(B) | 334.23º | 0.99% | 0.56% | - |
| XYZ | 12.21 | 6.21 | 5.11 | - |
| YUV | 50.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 62 | 0 | 0.99 | 0.57 | 0.44 | 334.23 | 0.99 | 0.28 |
| Hex | 8F | 1 | 3E | 0 | 63 | 39 | 2C | 14E | 63 | 1C |
| Octal | 217 | 1 | 76 | 0 | 143 | 71 | 54 | 516 | 143 | 34 |
| Binary | 10001111 | 1 | 111110 | 0 | 1100011 | 111001 | 101100 | 101001110 | 1100011 | 11100 |
Color Harmonies of #8F013E
Complementary color
Monochromatic Colors of #8F013E
Black with #8F013E
Text Example
Text Example
White with #8F013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F013E; }
p { color: rgb(143,1,62); }
H1.HeaderClassName
{
color: #8F013E;
}
.AnyTagClassName
{
color: #8F013E;
}
</style>
background-color css
<style>
a { background-color: #8F013E; }
a { background-color: rgb(143,1,62); }
div.DivClassName
{
background-color: #8F013E;
}
.BgClassName
{
background-color: #8F013E;
}
</style>
border-color css
<style>
span { border-color: #8F013E; }
span { border-color: rgb(143,1,62); }
td.TdClassName
{
border-color: #8F013E;
}
.TagClassName
{
border-color: #8F013E;
}
</style>