Shades of Burgundy #8D0024
Tints of Burgundy #8D0024
RGB
CMYK
RGB Variations
Color information
#8D0024 (or 0x8D0024) is known color: Burgundy. HEX triplet: 8D, 00 and 24. RGB value is (141,0,36). Sum of RGB (Red+Green+Blue) = 141+0+36=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0024 is #72FFDB. Grayscale: #2E2E2E. Windows color (decimal): -7536604 or 2359437. OLE color: 2359437.
HSL color Cylindrical-coordinate representation of color #8D0024: hue angle of 344.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0024 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.74 | 0.45 |
| HSL | 344.68º | 1% | 0.28% | - |
| HSV(B) | 344.68º | 1% | 0.55% | - |
| XYZ | 11.3 | 5.79 | 2.19 | - |
| YUV | 46.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 36 | 0 | 1 | 0.74 | 0.45 | 344.68 | 1 | 0.28 |
| Hex | 8D | 0 | 24 | 0 | 64 | 4A | 2D | 159 | 64 | 1C |
| Octal | 215 | 0 | 44 | 0 | 144 | 112 | 55 | 531 | 144 | 34 |
| Binary | 10001101 | 0 | 100100 | 0 | 1100100 | 1001010 | 101101 | 101011001 | 1100100 | 11100 |
Color Harmonies of #8D0024
Complementary color
Monochromatic Colors of #8D0024
Black with #8D0024
Text Example
Text Example
White with #8D0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0024; }
p { color: rgb(141,0,36); }
H1.HeaderClassName
{
color: #8D0024;
}
.AnyTagClassName
{
color: #8D0024;
}
</style>
background-color css
<style>
a { background-color: #8D0024; }
a { background-color: rgb(141,0,36); }
div.DivClassName
{
background-color: #8D0024;
}
.BgClassName
{
background-color: #8D0024;
}
</style>
border-color css
<style>
span { border-color: #8D0024; }
span { border-color: rgb(141,0,36); }
td.TdClassName
{
border-color: #8D0024;
}
.TagClassName
{
border-color: #8D0024;
}
</style>