Shades of Burgundy #8F0928
Tints of Burgundy #8F0928
RGB
CMYK
RGB Variations
Color information
#8F0928 (or 0x8F0928) is known color: Burgundy. HEX triplet: 8F, 09 and 28. RGB value is (143,9,40). Sum of RGB (Red+Green+Blue) = 143+9+40=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0928 is #70F6D7. Grayscale: #343434. Windows color (decimal): -7403224 or 2623887. OLE color: 2623887.
HSL color Cylindrical-coordinate representation of color #8F0928: hue angle of 346.12º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0928 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 40 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.44 |
| HSL | 346.12º | 0.88% | 0.3% | - |
| HSV(B) | 346.12º | 0.94% | 0.56% | - |
| XYZ | 11.81 | 6.19 | 2.58 | - |
| YUV | 52.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 40 | 0 | 0.94 | 0.72 | 0.44 | 346.12 | 0.88 | 0.3 |
| Hex | 8F | 9 | 28 | 0 | 5E | 48 | 2C | 15A | 58 | 1E |
| Octal | 217 | 11 | 50 | 0 | 136 | 110 | 54 | 532 | 130 | 36 |
| Binary | 10001111 | 1001 | 101000 | 0 | 1011110 | 1001000 | 101100 | 101011010 | 1011000 | 11110 |
Color Harmonies of #8F0928
Complementary color
Monochromatic Colors of #8F0928
Black with #8F0928
Text Example
Text Example
White with #8F0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0928; }
p { color: rgb(143,9,40); }
H1.HeaderClassName
{
color: #8F0928;
}
.AnyTagClassName
{
color: #8F0928;
}
</style>
background-color css
<style>
a { background-color: #8F0928; }
a { background-color: rgb(143,9,40); }
div.DivClassName
{
background-color: #8F0928;
}
.BgClassName
{
background-color: #8F0928;
}
</style>
border-color css
<style>
span { border-color: #8F0928; }
span { border-color: rgb(143,9,40); }
td.TdClassName
{
border-color: #8F0928;
}
.TagClassName
{
border-color: #8F0928;
}
</style>