Shades of Burgundy #8D033D
Tints of Burgundy #8D033D
RGB
CMYK
RGB Variations
Color information
#8D033D (or 0x8D033D) is known color: Burgundy. HEX triplet: 8D, 03 and 3D. RGB value is (141,3,61). Sum of RGB (Red+Green+Blue) = 141+3+61=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D033D is #72FCC2. Grayscale: #323232. Windows color (decimal): -7535811 or 3998605. OLE color: 3998605.
HSL color Cylindrical-coordinate representation of color #8D033D: hue angle of 334.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D033D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.45 |
| HSL | 334.78º | 0.96% | 0.28% | - |
| HSV(B) | 334.78º | 0.98% | 0.55% | - |
| XYZ | 11.86 | 6.06 | 4.96 | - |
| YUV | 50.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 61 | 0 | 0.98 | 0.57 | 0.45 | 334.78 | 0.96 | 0.28 |
| Hex | 8D | 3 | 3D | 0 | 62 | 39 | 2D | 14F | 60 | 1C |
| Octal | 215 | 3 | 75 | 0 | 142 | 71 | 55 | 517 | 140 | 34 |
| Binary | 10001101 | 11 | 111101 | 0 | 1100010 | 111001 | 101101 | 101001111 | 1100000 | 11100 |
Color Harmonies of #8D033D
Complementary color
Monochromatic Colors of #8D033D
Black with #8D033D
Text Example
Text Example
White with #8D033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D033D; }
p { color: rgb(141,3,61); }
H1.HeaderClassName
{
color: #8D033D;
}
.AnyTagClassName
{
color: #8D033D;
}
</style>
background-color css
<style>
a { background-color: #8D033D; }
a { background-color: rgb(141,3,61); }
div.DivClassName
{
background-color: #8D033D;
}
.BgClassName
{
background-color: #8D033D;
}
</style>
border-color css
<style>
span { border-color: #8D033D; }
span { border-color: rgb(141,3,61); }
td.TdClassName
{
border-color: #8D033D;
}
.TagClassName
{
border-color: #8D033D;
}
</style>