Shades of Burgundy #8C0734
Tints of Burgundy #8C0734
RGB
CMYK
RGB Variations
Color information
#8C0734 (or 0x8C0734) is known color: Burgundy. HEX triplet: 8C, 07 and 34. RGB value is (140,7,52). Sum of RGB (Red+Green+Blue) = 140+7+52=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0734 is #73F8CB. Grayscale: #333333. Windows color (decimal): -7600332 or 3409804. OLE color: 3409804.
HSL color Cylindrical-coordinate representation of color #8C0734: hue angle of 339.7º 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 #8C0734 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 52 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.45 |
| HSL | 339.7º | 0.9% | 0.29% | - |
| HSV(B) | 339.7º | 0.95% | 0.55% | - |
| XYZ | 11.51 | 5.98 | 3.8 | - |
| YUV | 51.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 52 | 0 | 0.95 | 0.63 | 0.45 | 339.7 | 0.9 | 0.29 |
| Hex | 8C | 7 | 34 | 0 | 5F | 3F | 2D | 154 | 5A | 1D |
| Octal | 214 | 7 | 64 | 0 | 137 | 77 | 55 | 524 | 132 | 35 |
| Binary | 10001100 | 111 | 110100 | 0 | 1011111 | 111111 | 101101 | 101010100 | 1011010 | 11101 |
Color Harmonies of #8C0734
Complementary color
Monochromatic Colors of #8C0734
Black with #8C0734
Text Example
Text Example
White with #8C0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0734; }
p { color: rgb(140,7,52); }
H1.HeaderClassName
{
color: #8C0734;
}
.AnyTagClassName
{
color: #8C0734;
}
</style>
background-color css
<style>
a { background-color: #8C0734; }
a { background-color: rgb(140,7,52); }
div.DivClassName
{
background-color: #8C0734;
}
.BgClassName
{
background-color: #8C0734;
}
</style>
border-color css
<style>
span { border-color: #8C0734; }
span { border-color: rgb(140,7,52); }
td.TdClassName
{
border-color: #8C0734;
}
.TagClassName
{
border-color: #8C0734;
}
</style>