Shades of Burgundy #8D0924
Tints of Burgundy #8D0924
RGB
CMYK
RGB Variations
Color information
#8D0924 (or 0x8D0924) is known color: Burgundy. HEX triplet: 8D, 09 and 24. RGB value is (141,9,36). Sum of RGB (Red+Green+Blue) = 141+9+36=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0924 is #72F6DB. Grayscale: #333333. Windows color (decimal): -7534300 or 2361741. OLE color: 2361741.
HSL color Cylindrical-coordinate representation of color #8D0924: hue angle of 347.73º 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 #8D0924 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 36 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.45 |
| HSL | 347.73º | 0.88% | 0.29% | - |
| HSV(B) | 347.73º | 0.94% | 0.55% | - |
| XYZ | 11.4 | 5.99 | 2.22 | - |
| YUV | 51.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 36 | 0 | 0.94 | 0.74 | 0.45 | 347.73 | 0.88 | 0.29 |
| Hex | 8D | 9 | 24 | 0 | 5E | 4A | 2D | 15C | 58 | 1D |
| Octal | 215 | 11 | 44 | 0 | 136 | 112 | 55 | 534 | 130 | 35 |
| Binary | 10001101 | 1001 | 100100 | 0 | 1011110 | 1001010 | 101101 | 101011100 | 1011000 | 11101 |
Color Harmonies of #8D0924
Complementary color
Monochromatic Colors of #8D0924
Black with #8D0924
Text Example
Text Example
White with #8D0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0924; }
p { color: rgb(141,9,36); }
H1.HeaderClassName
{
color: #8D0924;
}
.AnyTagClassName
{
color: #8D0924;
}
</style>
background-color css
<style>
a { background-color: #8D0924; }
a { background-color: rgb(141,9,36); }
div.DivClassName
{
background-color: #8D0924;
}
.BgClassName
{
background-color: #8D0924;
}
</style>
border-color css
<style>
span { border-color: #8D0924; }
span { border-color: rgb(141,9,36); }
td.TdClassName
{
border-color: #8D0924;
}
.TagClassName
{
border-color: #8D0924;
}
</style>