Shades of Burgundy #8D083B
Tints of Burgundy #8D083B
RGB
CMYK
RGB Variations
Color information
#8D083B (or 0x8D083B) is known color: Burgundy. HEX triplet: 8D, 08 and 3B. RGB value is (141,8,59). Sum of RGB (Red+Green+Blue) = 141+8+59=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D083B is #72F7C4. Grayscale: #353535. Windows color (decimal): -7534533 or 3868813. OLE color: 3868813.
HSL color Cylindrical-coordinate representation of color #8D083B: hue angle of 336.99º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D083B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.45 |
| HSL | 336.99º | 0.89% | 0.29% | - |
| HSV(B) | 336.99º | 0.94% | 0.55% | - |
| XYZ | 11.86 | 6.15 | 4.7 | - |
| YUV | 53.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 59 | 0 | 0.94 | 0.58 | 0.45 | 336.99 | 0.89 | 0.29 |
| Hex | 8D | 8 | 3B | 0 | 5E | 3A | 2D | 151 | 59 | 1D |
| Octal | 215 | 10 | 73 | 0 | 136 | 72 | 55 | 521 | 131 | 35 |
| Binary | 10001101 | 1000 | 111011 | 0 | 1011110 | 111010 | 101101 | 101010001 | 1011001 | 11101 |
Color Harmonies of #8D083B
Complementary color
Monochromatic Colors of #8D083B
Black with #8D083B
Text Example
Text Example
White with #8D083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D083B; }
p { color: rgb(141,8,59); }
H1.HeaderClassName
{
color: #8D083B;
}
.AnyTagClassName
{
color: #8D083B;
}
</style>
background-color css
<style>
a { background-color: #8D083B; }
a { background-color: rgb(141,8,59); }
div.DivClassName
{
background-color: #8D083B;
}
.BgClassName
{
background-color: #8D083B;
}
</style>
border-color css
<style>
span { border-color: #8D083B; }
span { border-color: rgb(141,8,59); }
td.TdClassName
{
border-color: #8D083B;
}
.TagClassName
{
border-color: #8D083B;
}
</style>