Shades of Burgundy #8F022C
Tints of Burgundy #8F022C
RGB
CMYK
RGB Variations
Color information
#8F022C (or 0x8F022C) is known color: Burgundy. HEX triplet: 8F, 02 and 2C. RGB value is (143,2,44). Sum of RGB (Red+Green+Blue) = 143+2+44=189 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.66% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 143 - color contains mainly: red. Hex color #8F022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F022C is #70FDD3. Grayscale: #303030. Windows color (decimal): -7405012 or 2884239. OLE color: 2884239.
HSL color Cylindrical-coordinate representation of color #8F022C: hue angle of 342.13º 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 #8F022C is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.44 |
| HSL | 342.13º | 0.97% | 0.28% | - |
| HSV(B) | 342.13º | 0.99% | 0.56% | - |
| XYZ | 11.8 | 6.06 | 2.93 | - |
| YUV | 48.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 44 | 0 | 0.99 | 0.69 | 0.44 | 342.13 | 0.97 | 0.28 |
| Hex | 8F | 2 | 2C | 0 | 63 | 45 | 2C | 156 | 61 | 1C |
| Octal | 217 | 2 | 54 | 0 | 143 | 105 | 54 | 526 | 141 | 34 |
| Binary | 10001111 | 10 | 101100 | 0 | 1100011 | 1000101 | 101100 | 101010110 | 1100001 | 11100 |
Color Harmonies of #8F022C
Complementary color
Monochromatic Colors of #8F022C
Black with #8F022C
Text Example
Text Example
White with #8F022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F022C; }
p { color: rgb(143,2,44); }
H1.HeaderClassName
{
color: #8F022C;
}
.AnyTagClassName
{
color: #8F022C;
}
</style>
background-color css
<style>
a { background-color: #8F022C; }
a { background-color: rgb(143,2,44); }
div.DivClassName
{
background-color: #8F022C;
}
.BgClassName
{
background-color: #8F022C;
}
</style>
border-color css
<style>
span { border-color: #8F022C; }
span { border-color: rgb(143,2,44); }
td.TdClassName
{
border-color: #8F022C;
}
.TagClassName
{
border-color: #8F022C;
}
</style>