Shades of Burgundy #8D0324
Tints of Burgundy #8D0324
RGB
CMYK
RGB Variations
Color information
#8D0324 (or 0x8D0324) is known color: Burgundy. HEX triplet: 8D, 03 and 24. RGB value is (141,3,36). Sum of RGB (Red+Green+Blue) = 141+3+36=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0324 is #72FCDB. Grayscale: #303030. Windows color (decimal): -7535836 or 2360205. OLE color: 2360205.
HSL color Cylindrical-coordinate representation of color #8D0324: hue angle of 345.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0324 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 36 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.45 |
| HSL | 345.65º | 0.96% | 0.28% | - |
| HSV(B) | 345.65º | 0.98% | 0.55% | - |
| XYZ | 11.34 | 5.86 | 2.2 | - |
| YUV | 48.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 36 | 0 | 0.98 | 0.74 | 0.45 | 345.65 | 0.96 | 0.28 |
| Hex | 8D | 3 | 24 | 0 | 62 | 4A | 2D | 15A | 60 | 1C |
| Octal | 215 | 3 | 44 | 0 | 142 | 112 | 55 | 532 | 140 | 34 |
| Binary | 10001101 | 11 | 100100 | 0 | 1100010 | 1001010 | 101101 | 101011010 | 1100000 | 11100 |
Color Harmonies of #8D0324
Complementary color
Monochromatic Colors of #8D0324
Black with #8D0324
Text Example
Text Example
White with #8D0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0324; }
p { color: rgb(141,3,36); }
H1.HeaderClassName
{
color: #8D0324;
}
.AnyTagClassName
{
color: #8D0324;
}
</style>
background-color css
<style>
a { background-color: #8D0324; }
a { background-color: rgb(141,3,36); }
div.DivClassName
{
background-color: #8D0324;
}
.BgClassName
{
background-color: #8D0324;
}
</style>
border-color css
<style>
span { border-color: #8D0324; }
span { border-color: rgb(141,3,36); }
td.TdClassName
{
border-color: #8D0324;
}
.TagClassName
{
border-color: #8D0324;
}
</style>