Shades of Burgundy #8C0733
Tints of Burgundy #8C0733
RGB
CMYK
RGB Variations
Color information
#8C0733 (or 0x8C0733) is known color: Burgundy. HEX triplet: 8C, 07 and 33. RGB value is (140,7,51). Sum of RGB (Red+Green+Blue) = 140+7+51=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0733 is #73F8CC. Grayscale: #333333. Windows color (decimal): -7600333 or 3344268. OLE color: 3344268.
HSL color Cylindrical-coordinate representation of color #8C0733: hue angle of 340.15º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0733 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.45 |
| HSL | 340.15º | 0.9% | 0.29% | - |
| HSV(B) | 340.15º | 0.95% | 0.55% | - |
| XYZ | 11.49 | 5.97 | 3.68 | - |
| YUV | 51.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 51 | 0 | 0.95 | 0.64 | 0.45 | 340.15 | 0.9 | 0.29 |
| Hex | 8C | 7 | 33 | 0 | 5F | 40 | 2D | 154 | 5A | 1D |
| Octal | 214 | 7 | 63 | 0 | 137 | 100 | 55 | 524 | 132 | 35 |
| Binary | 10001100 | 111 | 110011 | 0 | 1011111 | 1000000 | 101101 | 101010100 | 1011010 | 11101 |
Color Harmonies of #8C0733
Complementary color
Monochromatic Colors of #8C0733
Black with #8C0733
Text Example
Text Example
White with #8C0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0733; }
p { color: rgb(140,7,51); }
H1.HeaderClassName
{
color: #8C0733;
}
.AnyTagClassName
{
color: #8C0733;
}
</style>
background-color css
<style>
a { background-color: #8C0733; }
a { background-color: rgb(140,7,51); }
div.DivClassName
{
background-color: #8C0733;
}
.BgClassName
{
background-color: #8C0733;
}
</style>
border-color css
<style>
span { border-color: #8C0733; }
span { border-color: rgb(140,7,51); }
td.TdClassName
{
border-color: #8C0733;
}
.TagClassName
{
border-color: #8C0733;
}
</style>