Shades of Burgundy #8D082C
Tints of Burgundy #8D082C
RGB
CMYK
RGB Variations
Color information
#8D082C (or 0x8D082C) is known color: Burgundy. HEX triplet: 8D, 08 and 2C. RGB value is (141,8,44). Sum of RGB (Red+Green+Blue) = 141+8+44=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D082C is #72F7D3. Grayscale: #333333. Windows color (decimal): -7534548 or 2885773. OLE color: 2885773.
HSL color Cylindrical-coordinate representation of color #8D082C: hue angle of 343.76º 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 #8D082C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 44 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.45 |
| HSL | 343.76º | 0.89% | 0.29% | - |
| HSV(B) | 343.76º | 0.94% | 0.55% | - |
| XYZ | 11.53 | 6.02 | 2.94 | - |
| YUV | 51.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 44 | 0 | 0.94 | 0.69 | 0.45 | 343.76 | 0.89 | 0.29 |
| Hex | 8D | 8 | 2C | 0 | 5E | 45 | 2D | 158 | 59 | 1D |
| Octal | 215 | 10 | 54 | 0 | 136 | 105 | 55 | 530 | 131 | 35 |
| Binary | 10001101 | 1000 | 101100 | 0 | 1011110 | 1000101 | 101101 | 101011000 | 1011001 | 11101 |
Color Harmonies of #8D082C
Complementary color
Monochromatic Colors of #8D082C
Black with #8D082C
Text Example
Text Example
White with #8D082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D082C; }
p { color: rgb(141,8,44); }
H1.HeaderClassName
{
color: #8D082C;
}
.AnyTagClassName
{
color: #8D082C;
}
</style>
background-color css
<style>
a { background-color: #8D082C; }
a { background-color: rgb(141,8,44); }
div.DivClassName
{
background-color: #8D082C;
}
.BgClassName
{
background-color: #8D082C;
}
</style>
border-color css
<style>
span { border-color: #8D082C; }
span { border-color: rgb(141,8,44); }
td.TdClassName
{
border-color: #8D082C;
}
.TagClassName
{
border-color: #8D082C;
}
</style>