Shades of Burgundy #8F0028
Tints of Burgundy #8F0028
RGB
CMYK
RGB Variations
Color information
#8F0028 (or 0x8F0028) is known color: Burgundy. HEX triplet: 8F, 00 and 28. RGB value is (143,0,40). Sum of RGB (Red+Green+Blue) = 143+0+40=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0028 is #70FFD7. Grayscale: #2F2F2F. Windows color (decimal): -7405528 or 2621583. OLE color: 2621583.
HSL color Cylindrical-coordinate representation of color #8F0028: hue angle of 343.22º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0028 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.72 | 0.44 |
| HSL | 343.22º | 1% | 0.28% | - |
| HSV(B) | 343.22º | 1% | 0.56% | - |
| XYZ | 11.71 | 5.99 | 2.55 | - |
| YUV | 47.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 40 | 0 | 1 | 0.72 | 0.44 | 343.22 | 1 | 0.28 |
| Hex | 8F | 0 | 28 | 0 | 64 | 48 | 2C | 157 | 64 | 1C |
| Octal | 217 | 0 | 50 | 0 | 144 | 110 | 54 | 527 | 144 | 34 |
| Binary | 10001111 | 0 | 101000 | 0 | 1100100 | 1001000 | 101100 | 101010111 | 1100100 | 11100 |
Color Harmonies of #8F0028
Complementary color
Monochromatic Colors of #8F0028
Black with #8F0028
Text Example
Text Example
White with #8F0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0028; }
p { color: rgb(143,0,40); }
H1.HeaderClassName
{
color: #8F0028;
}
.AnyTagClassName
{
color: #8F0028;
}
</style>
background-color css
<style>
a { background-color: #8F0028; }
a { background-color: rgb(143,0,40); }
div.DivClassName
{
background-color: #8F0028;
}
.BgClassName
{
background-color: #8F0028;
}
</style>
border-color css
<style>
span { border-color: #8F0028; }
span { border-color: rgb(143,0,40); }
td.TdClassName
{
border-color: #8F0028;
}
.TagClassName
{
border-color: #8F0028;
}
</style>