Shades of Burgundy #8F092A
Tints of Burgundy #8F092A
RGB
CMYK
RGB Variations
Color information
#8F092A (or 0x8F092A) is known color: Burgundy. HEX triplet: 8F, 09 and 2A. RGB value is (143,9,42). Sum of RGB (Red+Green+Blue) = 143+9+42=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F092A is #70F6D5. Grayscale: #343434. Windows color (decimal): -7403222 or 2754959. OLE color: 2754959.
HSL color Cylindrical-coordinate representation of color #8F092A: hue angle of 345.22º 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 #8F092A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 42 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.44 |
| HSL | 345.22º | 0.88% | 0.3% | - |
| HSV(B) | 345.22º | 0.94% | 0.56% | - |
| XYZ | 11.84 | 6.2 | 2.76 | - |
| YUV | 52.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 42 | 0 | 0.94 | 0.71 | 0.44 | 345.22 | 0.88 | 0.3 |
| Hex | 8F | 9 | 2A | 0 | 5E | 47 | 2C | 159 | 58 | 1E |
| Octal | 217 | 11 | 52 | 0 | 136 | 107 | 54 | 531 | 130 | 36 |
| Binary | 10001111 | 1001 | 101010 | 0 | 1011110 | 1000111 | 101100 | 101011001 | 1011000 | 11110 |
Color Harmonies of #8F092A
Complementary color
Monochromatic Colors of #8F092A
Black with #8F092A
Text Example
Text Example
White with #8F092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F092A; }
p { color: rgb(143,9,42); }
H1.HeaderClassName
{
color: #8F092A;
}
.AnyTagClassName
{
color: #8F092A;
}
</style>
background-color css
<style>
a { background-color: #8F092A; }
a { background-color: rgb(143,9,42); }
div.DivClassName
{
background-color: #8F092A;
}
.BgClassName
{
background-color: #8F092A;
}
</style>
border-color css
<style>
span { border-color: #8F092A; }
span { border-color: rgb(143,9,42); }
td.TdClassName
{
border-color: #8F092A;
}
.TagClassName
{
border-color: #8F092A;
}
</style>