Shades of Burgundy #8D0939
Tints of Burgundy #8D0939
RGB
CMYK
RGB Variations
Color information
#8D0939 (or 0x8D0939) is known color: Burgundy. HEX triplet: 8D, 09 and 39. RGB value is (141,9,57). Sum of RGB (Red+Green+Blue) = 141+9+57=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0939 is #72F6C6. Grayscale: #353535. Windows color (decimal): -7534279 or 3737997. OLE color: 3737997.
HSL color Cylindrical-coordinate representation of color #8D0939: hue angle of 338.18º 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 #8D0939 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 57 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.45 |
| HSL | 338.18º | 0.88% | 0.29% | - |
| HSV(B) | 338.18º | 0.94% | 0.55% | - |
| XYZ | 11.82 | 6.15 | 4.44 | - |
| YUV | 53.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 57 | 0 | 0.94 | 0.60 | 0.45 | 338.18 | 0.88 | 0.29 |
| Hex | 8D | 9 | 39 | 0 | 5E | 3C | 2D | 152 | 58 | 1D |
| Octal | 215 | 11 | 71 | 0 | 136 | 74 | 55 | 522 | 130 | 35 |
| Binary | 10001101 | 1001 | 111001 | 0 | 1011110 | 111100 | 101101 | 101010010 | 1011000 | 11101 |
Color Harmonies of #8D0939
Complementary color
Monochromatic Colors of #8D0939
Black with #8D0939
Text Example
Text Example
White with #8D0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0939; }
p { color: rgb(141,9,57); }
H1.HeaderClassName
{
color: #8D0939;
}
.AnyTagClassName
{
color: #8D0939;
}
</style>
background-color css
<style>
a { background-color: #8D0939; }
a { background-color: rgb(141,9,57); }
div.DivClassName
{
background-color: #8D0939;
}
.BgClassName
{
background-color: #8D0939;
}
</style>
border-color css
<style>
span { border-color: #8D0939; }
span { border-color: rgb(141,9,57); }
td.TdClassName
{
border-color: #8D0939;
}
.TagClassName
{
border-color: #8D0939;
}
</style>