Shades of Burgundy #8C082D
Tints of Burgundy #8C082D
RGB
CMYK
RGB Variations
Color information
#8C082D (or 0x8C082D) is known color: Burgundy. HEX triplet: 8C, 08 and 2D. RGB value is (140,8,45). Sum of RGB (Red+Green+Blue) = 140+8+45=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C082D is #73F7D2. Grayscale: #333333. Windows color (decimal): -7600083 or 2951308. OLE color: 2951308.
HSL color Cylindrical-coordinate representation of color #8C082D: hue angle of 343.18º 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 #8C082D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 45 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.45 |
| HSL | 343.18º | 0.89% | 0.29% | - |
| HSV(B) | 343.18º | 0.94% | 0.55% | - |
| XYZ | 11.38 | 5.94 | 3.03 | - |
| YUV | 51.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 45 | 0 | 0.94 | 0.68 | 0.45 | 343.18 | 0.89 | 0.29 |
| Hex | 8C | 8 | 2D | 0 | 5E | 44 | 2D | 157 | 59 | 1D |
| Octal | 214 | 10 | 55 | 0 | 136 | 104 | 55 | 527 | 131 | 35 |
| Binary | 10001100 | 1000 | 101101 | 0 | 1011110 | 1000100 | 101101 | 101010111 | 1011001 | 11101 |
Color Harmonies of #8C082D
Complementary color
Monochromatic Colors of #8C082D
Black with #8C082D
Text Example
Text Example
White with #8C082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C082D; }
p { color: rgb(140,8,45); }
H1.HeaderClassName
{
color: #8C082D;
}
.AnyTagClassName
{
color: #8C082D;
}
</style>
background-color css
<style>
a { background-color: #8C082D; }
a { background-color: rgb(140,8,45); }
div.DivClassName
{
background-color: #8C082D;
}
.BgClassName
{
background-color: #8C082D;
}
</style>
border-color css
<style>
span { border-color: #8C082D; }
span { border-color: rgb(140,8,45); }
td.TdClassName
{
border-color: #8C082D;
}
.TagClassName
{
border-color: #8C082D;
}
</style>