Shades of Burgundy #8F022E
Tints of Burgundy #8F022E
RGB
CMYK
RGB Variations
Color information
#8F022E (or 0x8F022E) is known color: Burgundy. HEX triplet: 8F, 02 and 2E. RGB value is (143,2,46). Sum of RGB (Red+Green+Blue) = 143+2+46=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F022E is #70FDD1. Grayscale: #313131. Windows color (decimal): -7405010 or 3015311. OLE color: 3015311.
HSL color Cylindrical-coordinate representation of color #8F022E: hue angle of 341.28º degrees, saturation: 0.97, 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 #8F022E is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.44 |
| HSL | 341.28º | 0.97% | 0.28% | - |
| HSV(B) | 341.28º | 0.99% | 0.56% | - |
| XYZ | 11.84 | 6.08 | 3.13 | - |
| YUV | 49.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 46 | 0 | 0.99 | 0.68 | 0.44 | 341.28 | 0.97 | 0.28 |
| Hex | 8F | 2 | 2E | 0 | 63 | 44 | 2C | 155 | 61 | 1C |
| Octal | 217 | 2 | 56 | 0 | 143 | 104 | 54 | 525 | 141 | 34 |
| Binary | 10001111 | 10 | 101110 | 0 | 1100011 | 1000100 | 101100 | 101010101 | 1100001 | 11100 |
Color Harmonies of #8F022E
Complementary color
Monochromatic Colors of #8F022E
Black with #8F022E
Text Example
Text Example
White with #8F022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F022E; }
p { color: rgb(143,2,46); }
H1.HeaderClassName
{
color: #8F022E;
}
.AnyTagClassName
{
color: #8F022E;
}
</style>
background-color css
<style>
a { background-color: #8F022E; }
a { background-color: rgb(143,2,46); }
div.DivClassName
{
background-color: #8F022E;
}
.BgClassName
{
background-color: #8F022E;
}
</style>
border-color css
<style>
span { border-color: #8F022E; }
span { border-color: rgb(143,2,46); }
td.TdClassName
{
border-color: #8F022E;
}
.TagClassName
{
border-color: #8F022E;
}
</style>