Shades of Burgundy #8D082D
Tints of Burgundy #8D082D
RGB
CMYK
RGB Variations
Color information
#8D082D (or 0x8D082D) is known color: Burgundy. HEX triplet: 8D, 08 and 2D. RGB value is (141,8,45). Sum of RGB (Red+Green+Blue) = 141+8+45=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D082D is #72F7D2. Grayscale: #333333. Windows color (decimal): -7534547 or 2951309. OLE color: 2951309.
HSL color Cylindrical-coordinate representation of color #8D082D: hue angle of 343.31º 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 #8D082D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 45 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.45 |
| HSL | 343.31º | 0.89% | 0.29% | - |
| HSV(B) | 343.31º | 0.94% | 0.55% | - |
| XYZ | 11.54 | 6.03 | 3.04 | - |
| YUV | 51.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 45 | 0 | 0.94 | 0.68 | 0.45 | 343.31 | 0.89 | 0.29 |
| Hex | 8D | 8 | 2D | 0 | 5E | 44 | 2D | 157 | 59 | 1D |
| Octal | 215 | 10 | 55 | 0 | 136 | 104 | 55 | 527 | 131 | 35 |
| Binary | 10001101 | 1000 | 101101 | 0 | 1011110 | 1000100 | 101101 | 101010111 | 1011001 | 11101 |
Color Harmonies of #8D082D
Complementary color
Monochromatic Colors of #8D082D
Black with #8D082D
Text Example
Text Example
White with #8D082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D082D; }
p { color: rgb(141,8,45); }
H1.HeaderClassName
{
color: #8D082D;
}
.AnyTagClassName
{
color: #8D082D;
}
</style>
background-color css
<style>
a { background-color: #8D082D; }
a { background-color: rgb(141,8,45); }
div.DivClassName
{
background-color: #8D082D;
}
.BgClassName
{
background-color: #8D082D;
}
</style>
border-color css
<style>
span { border-color: #8D082D; }
span { border-color: rgb(141,8,45); }
td.TdClassName
{
border-color: #8D082D;
}
.TagClassName
{
border-color: #8D082D;
}
</style>