Shades of Burgundy #8D093F
Tints of Burgundy #8D093F
RGB
CMYK
RGB Variations
Color information
#8D093F (or 0x8D093F) is known color: Burgundy. HEX triplet: 8D, 09 and 3F. RGB value is (141,9,63). Sum of RGB (Red+Green+Blue) = 141+9+63=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D093F is #72F6C0. Grayscale: #363636. Windows color (decimal): -7534273 or 4131213. OLE color: 4131213.
HSL color Cylindrical-coordinate representation of color #8D093F: hue angle of 335.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D093F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 63 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.45 |
| HSL | 335.45º | 0.88% | 0.29% | - |
| HSV(B) | 335.45º | 0.94% | 0.55% | - |
| XYZ | 11.98 | 6.22 | 5.27 | - |
| YUV | 54.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 63 | 0 | 0.94 | 0.55 | 0.45 | 335.45 | 0.88 | 0.29 |
| Hex | 8D | 9 | 3F | 0 | 5E | 37 | 2D | 14F | 58 | 1D |
| Octal | 215 | 11 | 77 | 0 | 136 | 67 | 55 | 517 | 130 | 35 |
| Binary | 10001101 | 1001 | 111111 | 0 | 1011110 | 110111 | 101101 | 101001111 | 1011000 | 11101 |
Color Harmonies of #8D093F
Complementary color
Monochromatic Colors of #8D093F
Black with #8D093F
Text Example
Text Example
White with #8D093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D093F; }
p { color: rgb(141,9,63); }
H1.HeaderClassName
{
color: #8D093F;
}
.AnyTagClassName
{
color: #8D093F;
}
</style>
background-color css
<style>
a { background-color: #8D093F; }
a { background-color: rgb(141,9,63); }
div.DivClassName
{
background-color: #8D093F;
}
.BgClassName
{
background-color: #8D093F;
}
</style>
border-color css
<style>
span { border-color: #8D093F; }
span { border-color: rgb(141,9,63); }
td.TdClassName
{
border-color: #8D093F;
}
.TagClassName
{
border-color: #8D093F;
}
</style>