Shades of Burgundy #8C0833
Tints of Burgundy #8C0833
RGB
CMYK
RGB Variations
Color information
#8C0833 (or 0x8C0833) is known color: Burgundy. HEX triplet: 8C, 08 and 33. RGB value is (140,8,51). Sum of RGB (Red+Green+Blue) = 140+8+51=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0833 is #73F7CC. Grayscale: #343434. Windows color (decimal): -7600077 or 3344524. OLE color: 3344524.
HSL color Cylindrical-coordinate representation of color #8C0833: hue angle of 340.45º 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 #8C0833 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 51 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.45 |
| HSL | 340.45º | 0.89% | 0.29% | - |
| HSV(B) | 340.45º | 0.94% | 0.55% | - |
| XYZ | 11.5 | 5.99 | 3.68 | - |
| YUV | 52.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 51 | 0 | 0.94 | 0.64 | 0.45 | 340.45 | 0.89 | 0.29 |
| Hex | 8C | 8 | 33 | 0 | 5E | 40 | 2D | 154 | 59 | 1D |
| Octal | 214 | 10 | 63 | 0 | 136 | 100 | 55 | 524 | 131 | 35 |
| Binary | 10001100 | 1000 | 110011 | 0 | 1011110 | 1000000 | 101101 | 101010100 | 1011001 | 11101 |
Color Harmonies of #8C0833
Complementary color
Monochromatic Colors of #8C0833
Black with #8C0833
Text Example
Text Example
White with #8C0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0833; }
p { color: rgb(140,8,51); }
H1.HeaderClassName
{
color: #8C0833;
}
.AnyTagClassName
{
color: #8C0833;
}
</style>
background-color css
<style>
a { background-color: #8C0833; }
a { background-color: rgb(140,8,51); }
div.DivClassName
{
background-color: #8C0833;
}
.BgClassName
{
background-color: #8C0833;
}
</style>
border-color css
<style>
span { border-color: #8C0833; }
span { border-color: rgb(140,8,51); }
td.TdClassName
{
border-color: #8C0833;
}
.TagClassName
{
border-color: #8C0833;
}
</style>