Shades of Burgundy #871035
Tints of Burgundy #871035
RGB
CMYK
RGB Variations
Color information
#871035 (or 0x871035) is known color: Burgundy. HEX triplet: 87, 10 and 35. RGB value is (135,16,53). Sum of RGB (Red+Green+Blue) = 135+16+53=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #871035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871035 is #78EFCA. Grayscale: #373737. Windows color (decimal): -7925707 or 3477639. OLE color: 3477639.
HSL color Cylindrical-coordinate representation of color #871035: hue angle of 341.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871035 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 53 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.47 |
| HSL | 341.34º | 0.79% | 0.3% | - |
| HSV(B) | 341.34º | 0.88% | 0.53% | - |
| XYZ | 10.82 | 5.78 | 3.91 | - |
| YUV | 55.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 53 | 0 | 0.88 | 0.61 | 0.47 | 341.34 | 0.79 | 0.3 |
| Hex | 87 | 10 | 35 | 0 | 58 | 3D | 2F | 155 | 4F | 1E |
| Octal | 207 | 20 | 65 | 0 | 130 | 75 | 57 | 525 | 117 | 36 |
| Binary | 10000111 | 10000 | 110101 | 0 | 1011000 | 111101 | 101111 | 101010101 | 1001111 | 11110 |
Color Harmonies of #871035
Complementary color
Monochromatic Colors of #871035
Black with #871035
Text Example
Text Example
White with #871035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871035; }
p { color: rgb(135,16,53); }
H1.HeaderClassName
{
color: #871035;
}
.AnyTagClassName
{
color: #871035;
}
</style>
background-color css
<style>
a { background-color: #871035; }
a { background-color: rgb(135,16,53); }
div.DivClassName
{
background-color: #871035;
}
.BgClassName
{
background-color: #871035;
}
</style>
border-color css
<style>
span { border-color: #871035; }
span { border-color: rgb(135,16,53); }
td.TdClassName
{
border-color: #871035;
}
.TagClassName
{
border-color: #871035;
}
</style>