Shades of Burgundy #8D052B
Tints of Burgundy #8D052B
RGB
CMYK
RGB Variations
Color information
#8D052B (or 0x8D052B) is known color: Burgundy. HEX triplet: 8D, 05 and 2B. RGB value is (141,5,43). Sum of RGB (Red+Green+Blue) = 141+5+43=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D052B is #72FAD4. Grayscale: #313131. Windows color (decimal): -7535317 or 2819469. OLE color: 2819469.
HSL color Cylindrical-coordinate representation of color #8D052B: hue angle of 343.24º 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 #8D052B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.45 |
| HSL | 343.24º | 0.93% | 0.29% | - |
| HSV(B) | 343.24º | 0.96% | 0.55% | - |
| XYZ | 11.47 | 5.95 | 2.83 | - |
| YUV | 50 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 43 | 0 | 0.96 | 0.70 | 0.45 | 343.24 | 0.93 | 0.29 |
| Hex | 8D | 5 | 2B | 0 | 60 | 46 | 2D | 157 | 5D | 1D |
| Octal | 215 | 5 | 53 | 0 | 140 | 106 | 55 | 527 | 135 | 35 |
| Binary | 10001101 | 101 | 101011 | 0 | 1100000 | 1000110 | 101101 | 101010111 | 1011101 | 11101 |
Color Harmonies of #8D052B
Complementary color
Monochromatic Colors of #8D052B
Black with #8D052B
Text Example
Text Example
White with #8D052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D052B; }
p { color: rgb(141,5,43); }
H1.HeaderClassName
{
color: #8D052B;
}
.AnyTagClassName
{
color: #8D052B;
}
</style>
background-color css
<style>
a { background-color: #8D052B; }
a { background-color: rgb(141,5,43); }
div.DivClassName
{
background-color: #8D052B;
}
.BgClassName
{
background-color: #8D052B;
}
</style>
border-color css
<style>
span { border-color: #8D052B; }
span { border-color: rgb(141,5,43); }
td.TdClassName
{
border-color: #8D052B;
}
.TagClassName
{
border-color: #8D052B;
}
</style>