Shades of Burgundy #8D0321
Tints of Burgundy #8D0321
RGB
CMYK
RGB Variations
Color information
#8D0321 (or 0x8D0321) is known color: Burgundy. HEX triplet: 8D, 03 and 21. RGB value is (141,3,33). Sum of RGB (Red+Green+Blue) = 141+3+33=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0321 is #72FCDE. Grayscale: #2F2F2F. Windows color (decimal): -7535839 or 2163597. OLE color: 2163597.
HSL color Cylindrical-coordinate representation of color #8D0321: hue angle of 346.96º 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 #8D0321 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.45 |
| HSL | 346.96º | 0.96% | 0.28% | - |
| HSV(B) | 346.96º | 0.98% | 0.55% | - |
| XYZ | 11.29 | 5.84 | 1.97 | - |
| YUV | 47.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 33 | 0 | 0.98 | 0.77 | 0.45 | 346.96 | 0.96 | 0.28 |
| Hex | 8D | 3 | 21 | 0 | 62 | 4D | 2D | 15B | 60 | 1C |
| Octal | 215 | 3 | 41 | 0 | 142 | 115 | 55 | 533 | 140 | 34 |
| Binary | 10001101 | 11 | 100001 | 0 | 1100010 | 1001101 | 101101 | 101011011 | 1100000 | 11100 |
Color Harmonies of #8D0321
Complementary color
Monochromatic Colors of #8D0321
Black with #8D0321
Text Example
Text Example
White with #8D0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0321; }
p { color: rgb(141,3,33); }
H1.HeaderClassName
{
color: #8D0321;
}
.AnyTagClassName
{
color: #8D0321;
}
</style>
background-color css
<style>
a { background-color: #8D0321; }
a { background-color: rgb(141,3,33); }
div.DivClassName
{
background-color: #8D0321;
}
.BgClassName
{
background-color: #8D0321;
}
</style>
border-color css
<style>
span { border-color: #8D0321; }
span { border-color: rgb(141,3,33); }
td.TdClassName
{
border-color: #8D0321;
}
.TagClassName
{
border-color: #8D0321;
}
</style>