Shades of Burgundy #8D0535
Tints of Burgundy #8D0535
RGB
CMYK
RGB Variations
Color information
#8D0535 (or 0x8D0535) is known color: Burgundy. HEX triplet: 8D, 05 and 35. RGB value is (141,5,53). Sum of RGB (Red+Green+Blue) = 141+5+53=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0535 is #72FACA. Grayscale: #333333. Windows color (decimal): -7535307 or 3474829. OLE color: 3474829.
HSL color Cylindrical-coordinate representation of color #8D0535: hue angle of 338.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0535 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.45 |
| HSL | 338.82º | 0.93% | 0.29% | - |
| HSV(B) | 338.82º | 0.96% | 0.55% | - |
| XYZ | 11.68 | 6.03 | 3.92 | - |
| YUV | 51.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 53 | 0 | 0.96 | 0.62 | 0.45 | 338.82 | 0.93 | 0.29 |
| Hex | 8D | 5 | 35 | 0 | 60 | 3E | 2D | 153 | 5D | 1D |
| Octal | 215 | 5 | 65 | 0 | 140 | 76 | 55 | 523 | 135 | 35 |
| Binary | 10001101 | 101 | 110101 | 0 | 1100000 | 111110 | 101101 | 101010011 | 1011101 | 11101 |
Color Harmonies of #8D0535
Complementary color
Monochromatic Colors of #8D0535
Black with #8D0535
Text Example
Text Example
White with #8D0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0535; }
p { color: rgb(141,5,53); }
H1.HeaderClassName
{
color: #8D0535;
}
.AnyTagClassName
{
color: #8D0535;
}
</style>
background-color css
<style>
a { background-color: #8D0535; }
a { background-color: rgb(141,5,53); }
div.DivClassName
{
background-color: #8D0535;
}
.BgClassName
{
background-color: #8D0535;
}
</style>
border-color css
<style>
span { border-color: #8D0535; }
span { border-color: rgb(141,5,53); }
td.TdClassName
{
border-color: #8D0535;
}
.TagClassName
{
border-color: #8D0535;
}
</style>