Shades of Burgundy #8C0C35
Tints of Burgundy #8C0C35
RGB
CMYK
RGB Variations
Color information
#8C0C35 (or 0x8C0C35) is known color: Burgundy. HEX triplet: 8C, 0C and 35. RGB value is (140,12,53). Sum of RGB (Red+Green+Blue) = 140+12+53=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C35 is #73F3CA. Grayscale: #363636. Windows color (decimal): -7599051 or 3476620. OLE color: 3476620.
HSL color Cylindrical-coordinate representation of color #8C0C35: hue angle of 340.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C35 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 53 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.45 |
| HSL | 340.78º | 0.84% | 0.3% | - |
| HSV(B) | 340.78º | 0.91% | 0.55% | - |
| XYZ | 11.59 | 6.1 | 3.93 | - |
| YUV | 54.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 53 | 0 | 0.91 | 0.62 | 0.45 | 340.78 | 0.84 | 0.3 |
| Hex | 8C | C | 35 | 0 | 5B | 3E | 2D | 155 | 54 | 1E |
| Octal | 214 | 14 | 65 | 0 | 133 | 76 | 55 | 525 | 124 | 36 |
| Binary | 10001100 | 1100 | 110101 | 0 | 1011011 | 111110 | 101101 | 101010101 | 1010100 | 11110 |
Color Harmonies of #8C0C35
Complementary color
Monochromatic Colors of #8C0C35
Black with #8C0C35
Text Example
Text Example
White with #8C0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C35; }
p { color: rgb(140,12,53); }
H1.HeaderClassName
{
color: #8C0C35;
}
.AnyTagClassName
{
color: #8C0C35;
}
</style>
background-color css
<style>
a { background-color: #8C0C35; }
a { background-color: rgb(140,12,53); }
div.DivClassName
{
background-color: #8C0C35;
}
.BgClassName
{
background-color: #8C0C35;
}
</style>
border-color css
<style>
span { border-color: #8C0C35; }
span { border-color: rgb(140,12,53); }
td.TdClassName
{
border-color: #8C0C35;
}
.TagClassName
{
border-color: #8C0C35;
}
</style>