Shades of Burgundy #8F093E
Tints of Burgundy #8F093E
RGB
CMYK
RGB Variations
Color information
#8F093E (or 0x8F093E) is known color: Burgundy. HEX triplet: 8F, 09 and 3E. RGB value is (143,9,62). Sum of RGB (Red+Green+Blue) = 143+9+62=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F093E is #70F6C1. Grayscale: #373737. Windows color (decimal): -7403202 or 4065679. OLE color: 4065679.
HSL color Cylindrical-coordinate representation of color #8F093E: hue angle of 336.27º 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 #8F093E is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 62 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.44 |
| HSL | 336.27º | 0.88% | 0.3% | - |
| HSV(B) | 336.27º | 0.94% | 0.56% | - |
| XYZ | 12.29 | 6.38 | 5.14 | - |
| YUV | 55.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 62 | 0 | 0.94 | 0.57 | 0.44 | 336.27 | 0.88 | 0.3 |
| Hex | 8F | 9 | 3E | 0 | 5E | 39 | 2C | 150 | 58 | 1E |
| Octal | 217 | 11 | 76 | 0 | 136 | 71 | 54 | 520 | 130 | 36 |
| Binary | 10001111 | 1001 | 111110 | 0 | 1011110 | 111001 | 101100 | 101010000 | 1011000 | 11110 |
Color Harmonies of #8F093E
Complementary color
Monochromatic Colors of #8F093E
Black with #8F093E
Text Example
Text Example
White with #8F093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F093E; }
p { color: rgb(143,9,62); }
H1.HeaderClassName
{
color: #8F093E;
}
.AnyTagClassName
{
color: #8F093E;
}
</style>
background-color css
<style>
a { background-color: #8F093E; }
a { background-color: rgb(143,9,62); }
div.DivClassName
{
background-color: #8F093E;
}
.BgClassName
{
background-color: #8F093E;
}
</style>
border-color css
<style>
span { border-color: #8F093E; }
span { border-color: rgb(143,9,62); }
td.TdClassName
{
border-color: #8F093E;
}
.TagClassName
{
border-color: #8F093E;
}
</style>