Shades of Burgundy #8C0B35
Tints of Burgundy #8C0B35
RGB
CMYK
RGB Variations
Color information
#8C0B35 (or 0x8C0B35) is known color: Burgundy. HEX triplet: 8C, 0B and 35. RGB value is (140,11,53). Sum of RGB (Red+Green+Blue) = 140+11+53=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B35 is #73F4CA. Grayscale: #363636. Windows color (decimal): -7599307 or 3476364. OLE color: 3476364.
HSL color Cylindrical-coordinate representation of color #8C0B35: hue angle of 340.47º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B35 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 53 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.45 |
| HSL | 340.47º | 0.85% | 0.3% | - |
| HSV(B) | 340.47º | 0.92% | 0.55% | - |
| XYZ | 11.58 | 6.07 | 3.93 | - |
| YUV | 54.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 53 | 0 | 0.92 | 0.62 | 0.45 | 340.47 | 0.85 | 0.3 |
| Hex | 8C | B | 35 | 0 | 5C | 3E | 2D | 154 | 55 | 1E |
| Octal | 214 | 13 | 65 | 0 | 134 | 76 | 55 | 524 | 125 | 36 |
| Binary | 10001100 | 1011 | 110101 | 0 | 1011100 | 111110 | 101101 | 101010100 | 1010101 | 11110 |
Color Harmonies of #8C0B35
Complementary color
Monochromatic Colors of #8C0B35
Black with #8C0B35
Text Example
Text Example
White with #8C0B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B35; }
p { color: rgb(140,11,53); }
H1.HeaderClassName
{
color: #8C0B35;
}
.AnyTagClassName
{
color: #8C0B35;
}
</style>
background-color css
<style>
a { background-color: #8C0B35; }
a { background-color: rgb(140,11,53); }
div.DivClassName
{
background-color: #8C0B35;
}
.BgClassName
{
background-color: #8C0B35;
}
</style>
border-color css
<style>
span { border-color: #8C0B35; }
span { border-color: rgb(140,11,53); }
td.TdClassName
{
border-color: #8C0B35;
}
.TagClassName
{
border-color: #8C0B35;
}
</style>