Shades of Burgundy #8C0832
Tints of Burgundy #8C0832
RGB
CMYK
RGB Variations
Color information
#8C0832 (or 0x8C0832) is known color: Burgundy. HEX triplet: 8C, 08 and 32. RGB value is (140,8,50). Sum of RGB (Red+Green+Blue) = 140+8+50=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0832 is #73F7CD. Grayscale: #343434. Windows color (decimal): -7600078 or 3278988. OLE color: 3278988.
HSL color Cylindrical-coordinate representation of color #8C0832: hue angle of 340.91º 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 #8C0832 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 50 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.45 |
| HSL | 340.91º | 0.89% | 0.29% | - |
| HSV(B) | 340.91º | 0.94% | 0.55% | - |
| XYZ | 11.48 | 5.98 | 3.57 | - |
| YUV | 52.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 50 | 0 | 0.94 | 0.64 | 0.45 | 340.91 | 0.89 | 0.29 |
| Hex | 8C | 8 | 32 | 0 | 5E | 40 | 2D | 155 | 59 | 1D |
| Octal | 214 | 10 | 62 | 0 | 136 | 100 | 55 | 525 | 131 | 35 |
| Binary | 10001100 | 1000 | 110010 | 0 | 1011110 | 1000000 | 101101 | 101010101 | 1011001 | 11101 |
Color Harmonies of #8C0832
Complementary color
Monochromatic Colors of #8C0832
Black with #8C0832
Text Example
Text Example
White with #8C0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0832; }
p { color: rgb(140,8,50); }
H1.HeaderClassName
{
color: #8C0832;
}
.AnyTagClassName
{
color: #8C0832;
}
</style>
background-color css
<style>
a { background-color: #8C0832; }
a { background-color: rgb(140,8,50); }
div.DivClassName
{
background-color: #8C0832;
}
.BgClassName
{
background-color: #8C0832;
}
</style>
border-color css
<style>
span { border-color: #8C0832; }
span { border-color: rgb(140,8,50); }
td.TdClassName
{
border-color: #8C0832;
}
.TagClassName
{
border-color: #8C0832;
}
</style>