Shades of Burgundy #8D0935
Tints of Burgundy #8D0935
RGB
CMYK
RGB Variations
Color information
#8D0935 (or 0x8D0935) is known color: Burgundy. HEX triplet: 8D, 09 and 35. RGB value is (141,9,53). Sum of RGB (Red+Green+Blue) = 141+9+53=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0935 is #72F6CA. Grayscale: #353535. Windows color (decimal): -7534283 or 3475853. OLE color: 3475853.
HSL color Cylindrical-coordinate representation of color #8D0935: hue angle of 340º 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 #8D0935 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.45 |
| HSL | 340º | 0.88% | 0.29% | - |
| HSV(B) | 340º | 0.94% | 0.55% | - |
| XYZ | 11.72 | 6.12 | 3.93 | - |
| YUV | 53.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 53 | 0 | 0.94 | 0.62 | 0.45 | 340 | 0.88 | 0.29 |
| Hex | 8D | 9 | 35 | 0 | 5E | 3E | 2D | 154 | 58 | 1D |
| Octal | 215 | 11 | 65 | 0 | 136 | 76 | 55 | 524 | 130 | 35 |
| Binary | 10001101 | 1001 | 110101 | 0 | 1011110 | 111110 | 101101 | 101010100 | 1011000 | 11101 |
Color Harmonies of #8D0935
Complementary color
Monochromatic Colors of #8D0935
Black with #8D0935
Text Example
Text Example
White with #8D0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0935; }
p { color: rgb(141,9,53); }
H1.HeaderClassName
{
color: #8D0935;
}
.AnyTagClassName
{
color: #8D0935;
}
</style>
background-color css
<style>
a { background-color: #8D0935; }
a { background-color: rgb(141,9,53); }
div.DivClassName
{
background-color: #8D0935;
}
.BgClassName
{
background-color: #8D0935;
}
</style>
border-color css
<style>
span { border-color: #8D0935; }
span { border-color: rgb(141,9,53); }
td.TdClassName
{
border-color: #8D0935;
}
.TagClassName
{
border-color: #8D0935;
}
</style>