Shades of Burgundy #870035
Tints of Burgundy #870035
RGB
CMYK
RGB Variations
Color information
#870035 (or 0x870035) is known color: Burgundy. HEX triplet: 87, 00 and 35. RGB value is (135,0,53). Sum of RGB (Red+Green+Blue) = 135+0+53=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870035 is #78FFCA. Grayscale: #2E2E2E. Windows color (decimal): -7929803 or 3473543. OLE color: 3473543.
HSL color Cylindrical-coordinate representation of color #870035: hue angle of 336.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870035 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.61 | 0.47 |
| HSL | 336.44º | 1% | 0.26% | - |
| HSV(B) | 336.44º | 1% | 0.53% | - |
| XYZ | 10.63 | 5.41 | 3.85 | - |
| YUV | 46.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 53 | 0 | 1 | 0.61 | 0.47 | 336.44 | 1 | 0.26 |
| Hex | 87 | 0 | 35 | 0 | 64 | 3D | 2F | 150 | 64 | 1A |
| Octal | 207 | 0 | 65 | 0 | 144 | 75 | 57 | 520 | 144 | 32 |
| Binary | 10000111 | 0 | 110101 | 0 | 1100100 | 111101 | 101111 | 101010000 | 1100100 | 11010 |
Color Harmonies of #870035
Complementary color
Monochromatic Colors of #870035
Black with #870035
Text Example
Text Example
White with #870035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870035; }
p { color: rgb(135,0,53); }
H1.HeaderClassName
{
color: #870035;
}
.AnyTagClassName
{
color: #870035;
}
</style>
background-color css
<style>
a { background-color: #870035; }
a { background-color: rgb(135,0,53); }
div.DivClassName
{
background-color: #870035;
}
.BgClassName
{
background-color: #870035;
}
</style>
border-color css
<style>
span { border-color: #870035; }
span { border-color: rgb(135,0,53); }
td.TdClassName
{
border-color: #870035;
}
.TagClassName
{
border-color: #870035;
}
</style>