Shades of Burgundy #8D003F
Tints of Burgundy #8D003F
RGB
CMYK
RGB Variations
Color information
#8D003F (or 0x8D003F) is known color: Burgundy. HEX triplet: 8D, 00 and 3F. RGB value is (141,0,63). Sum of RGB (Red+Green+Blue) = 141+0+63=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D003F is #72FFC0. Grayscale: #313131. Windows color (decimal): -7536577 or 4128909. OLE color: 4128909.
HSL color Cylindrical-coordinate representation of color #8D003F: hue angle of 333.19º 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 #8D003F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.55 | 0.45 |
| HSL | 333.19º | 1% | 0.28% | - |
| HSV(B) | 333.19º | 1% | 0.55% | - |
| XYZ | 11.88 | 6.02 | 5.24 | - |
| YUV | 49.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 63 | 0 | 1 | 0.55 | 0.45 | 333.19 | 1 | 0.28 |
| Hex | 8D | 0 | 3F | 0 | 64 | 37 | 2D | 14D | 64 | 1C |
| Octal | 215 | 0 | 77 | 0 | 144 | 67 | 55 | 515 | 144 | 34 |
| Binary | 10001101 | 0 | 111111 | 0 | 1100100 | 110111 | 101101 | 101001101 | 1100100 | 11100 |
Color Harmonies of #8D003F
Complementary color
Monochromatic Colors of #8D003F
Black with #8D003F
Text Example
Text Example
White with #8D003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D003F; }
p { color: rgb(141,0,63); }
H1.HeaderClassName
{
color: #8D003F;
}
.AnyTagClassName
{
color: #8D003F;
}
</style>
background-color css
<style>
a { background-color: #8D003F; }
a { background-color: rgb(141,0,63); }
div.DivClassName
{
background-color: #8D003F;
}
.BgClassName
{
background-color: #8D003F;
}
</style>
border-color css
<style>
span { border-color: #8D003F; }
span { border-color: rgb(141,0,63); }
td.TdClassName
{
border-color: #8D003F;
}
.TagClassName
{
border-color: #8D003F;
}
</style>