Shades of Burgundy #8F023A
Tints of Burgundy #8F023A
RGB
CMYK
RGB Variations
Color information
#8F023A (or 0x8F023A) is known color: Burgundy. HEX triplet: 8F, 02 and 3A. RGB value is (143,2,58). Sum of RGB (Red+Green+Blue) = 143+2+58=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F023A is #70FDC5. Grayscale: #323232. Windows color (decimal): -7404998 or 3801743. OLE color: 3801743.
HSL color Cylindrical-coordinate representation of color #8F023A: hue angle of 336.17º 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 #8F023A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.44 |
| HSL | 336.17º | 0.97% | 0.28% | - |
| HSV(B) | 336.17º | 0.99% | 0.56% | - |
| XYZ | 12.11 | 6.19 | 4.56 | - |
| YUV | 50.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 58 | 0 | 0.99 | 0.59 | 0.44 | 336.17 | 0.97 | 0.28 |
| Hex | 8F | 2 | 3A | 0 | 63 | 3B | 2C | 150 | 61 | 1C |
| Octal | 217 | 2 | 72 | 0 | 143 | 73 | 54 | 520 | 141 | 34 |
| Binary | 10001111 | 10 | 111010 | 0 | 1100011 | 111011 | 101100 | 101010000 | 1100001 | 11100 |
Color Harmonies of #8F023A
Complementary color
Monochromatic Colors of #8F023A
Black with #8F023A
Text Example
Text Example
White with #8F023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F023A; }
p { color: rgb(143,2,58); }
H1.HeaderClassName
{
color: #8F023A;
}
.AnyTagClassName
{
color: #8F023A;
}
</style>
background-color css
<style>
a { background-color: #8F023A; }
a { background-color: rgb(143,2,58); }
div.DivClassName
{
background-color: #8F023A;
}
.BgClassName
{
background-color: #8F023A;
}
</style>
border-color css
<style>
span { border-color: #8F023A; }
span { border-color: rgb(143,2,58); }
td.TdClassName
{
border-color: #8F023A;
}
.TagClassName
{
border-color: #8F023A;
}
</style>