Shades of Burgundy #8D013B
Tints of Burgundy #8D013B
RGB
CMYK
RGB Variations
Color information
#8D013B (or 0x8D013B) is known color: Burgundy. HEX triplet: 8D, 01 and 3B. RGB value is (141,1,59). Sum of RGB (Red+Green+Blue) = 141+1+59=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D013B is #72FEC4. Grayscale: #313131. Windows color (decimal): -7536325 or 3867021. OLE color: 3867021.
HSL color Cylindrical-coordinate representation of color #8D013B: hue angle of 335.14º 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 #8D013B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.45 |
| HSL | 335.14º | 0.99% | 0.28% | - |
| HSV(B) | 335.14º | 0.99% | 0.55% | - |
| XYZ | 11.78 | 6 | 4.67 | - |
| YUV | 49.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 59 | 0 | 0.99 | 0.58 | 0.45 | 335.14 | 0.99 | 0.28 |
| Hex | 8D | 1 | 3B | 0 | 63 | 3A | 2D | 14F | 63 | 1C |
| Octal | 215 | 1 | 73 | 0 | 143 | 72 | 55 | 517 | 143 | 34 |
| Binary | 10001101 | 1 | 111011 | 0 | 1100011 | 111010 | 101101 | 101001111 | 1100011 | 11100 |
Color Harmonies of #8D013B
Complementary color
Monochromatic Colors of #8D013B
Black with #8D013B
Text Example
Text Example
White with #8D013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D013B; }
p { color: rgb(141,1,59); }
H1.HeaderClassName
{
color: #8D013B;
}
.AnyTagClassName
{
color: #8D013B;
}
</style>
background-color css
<style>
a { background-color: #8D013B; }
a { background-color: rgb(141,1,59); }
div.DivClassName
{
background-color: #8D013B;
}
.BgClassName
{
background-color: #8D013B;
}
</style>
border-color css
<style>
span { border-color: #8D013B; }
span { border-color: rgb(141,1,59); }
td.TdClassName
{
border-color: #8D013B;
}
.TagClassName
{
border-color: #8D013B;
}
</style>