Shades of Burgundy #8D013F
Tints of Burgundy #8D013F
RGB
CMYK
RGB Variations
Color information
#8D013F (or 0x8D013F) is known color: Burgundy. HEX triplet: 8D, 01 and 3F. RGB value is (141,1,63). Sum of RGB (Red+Green+Blue) = 141+1+63=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D013F is #72FEC0. Grayscale: #313131. Windows color (decimal): -7536321 or 4129165. OLE color: 4129165.
HSL color Cylindrical-coordinate representation of color #8D013F: hue angle of 333.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D013F is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.45 |
| HSL | 333.43º | 0.99% | 0.28% | - |
| HSV(B) | 333.43º | 0.99% | 0.55% | - |
| XYZ | 11.89 | 6.04 | 5.24 | - |
| YUV | 49.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 63 | 0 | 0.99 | 0.55 | 0.45 | 333.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 3F | 0 | 63 | 37 | 2D | 14D | 63 | 1C |
| Octal | 215 | 1 | 77 | 0 | 143 | 67 | 55 | 515 | 143 | 34 |
| Binary | 10001101 | 1 | 111111 | 0 | 1100011 | 110111 | 101101 | 101001101 | 1100011 | 11100 |
Color Harmonies of #8D013F
Complementary color
Monochromatic Colors of #8D013F
Black with #8D013F
Text Example
Text Example
White with #8D013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D013F; }
p { color: rgb(141,1,63); }
H1.HeaderClassName
{
color: #8D013F;
}
.AnyTagClassName
{
color: #8D013F;
}
</style>
background-color css
<style>
a { background-color: #8D013F; }
a { background-color: rgb(141,1,63); }
div.DivClassName
{
background-color: #8D013F;
}
.BgClassName
{
background-color: #8D013F;
}
</style>
border-color css
<style>
span { border-color: #8D013F; }
span { border-color: rgb(141,1,63); }
td.TdClassName
{
border-color: #8D013F;
}
.TagClassName
{
border-color: #8D013F;
}
</style>