Shades of Burgundy #8D0824
Tints of Burgundy #8D0824
RGB
CMYK
RGB Variations
Color information
#8D0824 (or 0x8D0824) is known color: Burgundy. HEX triplet: 8D, 08 and 24. RGB value is (141,8,36). Sum of RGB (Red+Green+Blue) = 141+8+36=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0824 is #72F7DB. Grayscale: #323232. Windows color (decimal): -7534556 or 2361485. OLE color: 2361485.
HSL color Cylindrical-coordinate representation of color #8D0824: hue angle of 347.37º degrees, saturation: 0.89, 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 #8D0824 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 36 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.45 |
| HSL | 347.37º | 0.89% | 0.29% | - |
| HSV(B) | 347.37º | 0.94% | 0.55% | - |
| XYZ | 11.39 | 5.96 | 2.22 | - |
| YUV | 50.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 36 | 0 | 0.94 | 0.74 | 0.45 | 347.37 | 0.89 | 0.29 |
| Hex | 8D | 8 | 24 | 0 | 5E | 4A | 2D | 15B | 59 | 1D |
| Octal | 215 | 10 | 44 | 0 | 136 | 112 | 55 | 533 | 131 | 35 |
| Binary | 10001101 | 1000 | 100100 | 0 | 1011110 | 1001010 | 101101 | 101011011 | 1011001 | 11101 |
Color Harmonies of #8D0824
Complementary color
Monochromatic Colors of #8D0824
Black with #8D0824
Text Example
Text Example
White with #8D0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0824; }
p { color: rgb(141,8,36); }
H1.HeaderClassName
{
color: #8D0824;
}
.AnyTagClassName
{
color: #8D0824;
}
</style>
background-color css
<style>
a { background-color: #8D0824; }
a { background-color: rgb(141,8,36); }
div.DivClassName
{
background-color: #8D0824;
}
.BgClassName
{
background-color: #8D0824;
}
</style>
border-color css
<style>
span { border-color: #8D0824; }
span { border-color: rgb(141,8,36); }
td.TdClassName
{
border-color: #8D0824;
}
.TagClassName
{
border-color: #8D0824;
}
</style>