Shades of Burgundy #8F0929
Tints of Burgundy #8F0929
RGB
CMYK
RGB Variations
Color information
#8F0929 (or 0x8F0929) is known color: Burgundy. HEX triplet: 8F, 09 and 29. RGB value is (143,9,41). Sum of RGB (Red+Green+Blue) = 143+9+41=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0929 is #70F6D6. Grayscale: #343434. Windows color (decimal): -7403223 or 2689423. OLE color: 2689423.
HSL color Cylindrical-coordinate representation of color #8F0929: hue angle of 345.67º 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 #8F0929 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 41 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.44 |
| HSL | 345.67º | 0.88% | 0.3% | - |
| HSV(B) | 345.67º | 0.94% | 0.56% | - |
| XYZ | 11.83 | 6.2 | 2.67 | - |
| YUV | 52.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 41 | 0 | 0.94 | 0.71 | 0.44 | 345.67 | 0.88 | 0.3 |
| Hex | 8F | 9 | 29 | 0 | 5E | 47 | 2C | 15A | 58 | 1E |
| Octal | 217 | 11 | 51 | 0 | 136 | 107 | 54 | 532 | 130 | 36 |
| Binary | 10001111 | 1001 | 101001 | 0 | 1011110 | 1000111 | 101100 | 101011010 | 1011000 | 11110 |
Color Harmonies of #8F0929
Complementary color
Monochromatic Colors of #8F0929
Black with #8F0929
Text Example
Text Example
White with #8F0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0929; }
p { color: rgb(143,9,41); }
H1.HeaderClassName
{
color: #8F0929;
}
.AnyTagClassName
{
color: #8F0929;
}
</style>
background-color css
<style>
a { background-color: #8F0929; }
a { background-color: rgb(143,9,41); }
div.DivClassName
{
background-color: #8F0929;
}
.BgClassName
{
background-color: #8F0929;
}
</style>
border-color css
<style>
span { border-color: #8F0929; }
span { border-color: rgb(143,9,41); }
td.TdClassName
{
border-color: #8F0929;
}
.TagClassName
{
border-color: #8F0929;
}
</style>