Shades of Burgundy #8D003D
Tints of Burgundy #8D003D
RGB
CMYK
RGB Variations
Color information
#8D003D (or 0x8D003D) is known color: Burgundy. HEX triplet: 8D, 00 and 3D. RGB value is (141,0,61). Sum of RGB (Red+Green+Blue) = 141+0+61=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D003D is #72FFC2. Grayscale: #313131. Windows color (decimal): -7536579 or 3997837. OLE color: 3997837.
HSL color Cylindrical-coordinate representation of color #8D003D: hue angle of 334.04º 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 #8D003D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.57 | 0.45 |
| HSL | 334.04º | 1% | 0.28% | - |
| HSV(B) | 334.04º | 1% | 0.55% | - |
| XYZ | 11.83 | 6 | 4.95 | - |
| YUV | 49.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 61 | 0 | 1 | 0.57 | 0.45 | 334.04 | 1 | 0.28 |
| Hex | 8D | 0 | 3D | 0 | 64 | 39 | 2D | 14E | 64 | 1C |
| Octal | 215 | 0 | 75 | 0 | 144 | 71 | 55 | 516 | 144 | 34 |
| Binary | 10001101 | 0 | 111101 | 0 | 1100100 | 111001 | 101101 | 101001110 | 1100100 | 11100 |
Color Harmonies of #8D003D
Complementary color
Monochromatic Colors of #8D003D
Black with #8D003D
Text Example
Text Example
White with #8D003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D003D; }
p { color: rgb(141,0,61); }
H1.HeaderClassName
{
color: #8D003D;
}
.AnyTagClassName
{
color: #8D003D;
}
</style>
background-color css
<style>
a { background-color: #8D003D; }
a { background-color: rgb(141,0,61); }
div.DivClassName
{
background-color: #8D003D;
}
.BgClassName
{
background-color: #8D003D;
}
</style>
border-color css
<style>
span { border-color: #8D003D; }
span { border-color: rgb(141,0,61); }
td.TdClassName
{
border-color: #8D003D;
}
.TagClassName
{
border-color: #8D003D;
}
</style>