Shades of Burgundy #8D013D
Tints of Burgundy #8D013D
RGB
CMYK
RGB Variations
Color information
#8D013D (or 0x8D013D) is known color: Burgundy. HEX triplet: 8D, 01 and 3D. RGB value is (141,1,61). Sum of RGB (Red+Green+Blue) = 141+1+61=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D013D is #72FEC2. Grayscale: #313131. Windows color (decimal): -7536323 or 3998093. OLE color: 3998093.
HSL color Cylindrical-coordinate representation of color #8D013D: hue angle of 334.29º 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 #8D013D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.45 |
| HSL | 334.29º | 0.99% | 0.28% | - |
| HSV(B) | 334.29º | 0.99% | 0.55% | - |
| XYZ | 11.84 | 6.02 | 4.95 | - |
| YUV | 49.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 61 | 0 | 0.99 | 0.57 | 0.45 | 334.29 | 0.99 | 0.28 |
| Hex | 8D | 1 | 3D | 0 | 63 | 39 | 2D | 14E | 63 | 1C |
| Octal | 215 | 1 | 75 | 0 | 143 | 71 | 55 | 516 | 143 | 34 |
| Binary | 10001101 | 1 | 111101 | 0 | 1100011 | 111001 | 101101 | 101001110 | 1100011 | 11100 |
Color Harmonies of #8D013D
Complementary color
Monochromatic Colors of #8D013D
Black with #8D013D
Text Example
Text Example
White with #8D013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D013D; }
p { color: rgb(141,1,61); }
H1.HeaderClassName
{
color: #8D013D;
}
.AnyTagClassName
{
color: #8D013D;
}
</style>
background-color css
<style>
a { background-color: #8D013D; }
a { background-color: rgb(141,1,61); }
div.DivClassName
{
background-color: #8D013D;
}
.BgClassName
{
background-color: #8D013D;
}
</style>
border-color css
<style>
span { border-color: #8D013D; }
span { border-color: rgb(141,1,61); }
td.TdClassName
{
border-color: #8D013D;
}
.TagClassName
{
border-color: #8D013D;
}
</style>