Shades of Burgundy #8C0735
Tints of Burgundy #8C0735
RGB
CMYK
RGB Variations
Color information
#8C0735 (or 0x8C0735) is known color: Burgundy. HEX triplet: 8C, 07 and 35. RGB value is (140,7,53). Sum of RGB (Red+Green+Blue) = 140+7+53=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0735 is #73F8CA. Grayscale: #333333. Windows color (decimal): -7600331 or 3475340. OLE color: 3475340.
HSL color Cylindrical-coordinate representation of color #8C0735: hue angle of 339.25º 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 #8C0735 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.45 |
| HSL | 339.25º | 0.9% | 0.29% | - |
| HSV(B) | 339.25º | 0.95% | 0.55% | - |
| XYZ | 11.53 | 5.98 | 3.92 | - |
| YUV | 52.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 53 | 0 | 0.95 | 0.62 | 0.45 | 339.25 | 0.9 | 0.29 |
| Hex | 8C | 7 | 35 | 0 | 5F | 3E | 2D | 153 | 5A | 1D |
| Octal | 214 | 7 | 65 | 0 | 137 | 76 | 55 | 523 | 132 | 35 |
| Binary | 10001100 | 111 | 110101 | 0 | 1011111 | 111110 | 101101 | 101010011 | 1011010 | 11101 |
Color Harmonies of #8C0735
Complementary color
Monochromatic Colors of #8C0735
Black with #8C0735
Text Example
Text Example
White with #8C0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0735; }
p { color: rgb(140,7,53); }
H1.HeaderClassName
{
color: #8C0735;
}
.AnyTagClassName
{
color: #8C0735;
}
</style>
background-color css
<style>
a { background-color: #8C0735; }
a { background-color: rgb(140,7,53); }
div.DivClassName
{
background-color: #8C0735;
}
.BgClassName
{
background-color: #8C0735;
}
</style>
border-color css
<style>
span { border-color: #8C0735; }
span { border-color: rgb(140,7,53); }
td.TdClassName
{
border-color: #8C0735;
}
.TagClassName
{
border-color: #8C0735;
}
</style>