Shades of Burgundy #8D042B
Tints of Burgundy #8D042B
RGB
CMYK
RGB Variations
Color information
#8D042B (or 0x8D042B) is known color: Burgundy. HEX triplet: 8D, 04 and 2B. RGB value is (141,4,43). Sum of RGB (Red+Green+Blue) = 141+4+43=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D042B is #72FBD4. Grayscale: #313131. Windows color (decimal): -7535573 or 2819213. OLE color: 2819213.
HSL color Cylindrical-coordinate representation of color #8D042B: hue angle of 342.92º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D042B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 43 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.45 |
| HSL | 342.92º | 0.94% | 0.28% | - |
| HSV(B) | 342.92º | 0.97% | 0.55% | - |
| XYZ | 11.46 | 5.92 | 2.82 | - |
| YUV | 49.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 43 | 0 | 0.97 | 0.70 | 0.45 | 342.92 | 0.94 | 0.28 |
| Hex | 8D | 4 | 2B | 0 | 61 | 46 | 2D | 157 | 5E | 1C |
| Octal | 215 | 4 | 53 | 0 | 141 | 106 | 55 | 527 | 136 | 34 |
| Binary | 10001101 | 100 | 101011 | 0 | 1100001 | 1000110 | 101101 | 101010111 | 1011110 | 11100 |
Color Harmonies of #8D042B
Complementary color
Monochromatic Colors of #8D042B
Black with #8D042B
Text Example
Text Example
White with #8D042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D042B; }
p { color: rgb(141,4,43); }
H1.HeaderClassName
{
color: #8D042B;
}
.AnyTagClassName
{
color: #8D042B;
}
</style>
background-color css
<style>
a { background-color: #8D042B; }
a { background-color: rgb(141,4,43); }
div.DivClassName
{
background-color: #8D042B;
}
.BgClassName
{
background-color: #8D042B;
}
</style>
border-color css
<style>
span { border-color: #8D042B; }
span { border-color: rgb(141,4,43); }
td.TdClassName
{
border-color: #8D042B;
}
.TagClassName
{
border-color: #8D042B;
}
</style>