Shades of Burgundy #870935
Tints of Burgundy #870935
RGB
CMYK
RGB Variations
Color information
#870935 (or 0x870935) is known color: Burgundy. HEX triplet: 87, 09 and 35. RGB value is (135,9,53). Sum of RGB (Red+Green+Blue) = 135+9+53=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #870935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870935 is #78F6CA. Grayscale: #333333. Windows color (decimal): -7927499 or 3475847. OLE color: 3475847.
HSL color Cylindrical-coordinate representation of color #870935: hue angle of 339.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870935 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 53 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.47 |
| HSL | 339.05º | 0.88% | 0.28% | - |
| HSV(B) | 339.05º | 0.93% | 0.53% | - |
| XYZ | 10.73 | 5.6 | 3.88 | - |
| YUV | 51.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 53 | 0 | 0.93 | 0.61 | 0.47 | 339.05 | 0.88 | 0.28 |
| Hex | 87 | 9 | 35 | 0 | 5D | 3D | 2F | 153 | 58 | 1C |
| Octal | 207 | 11 | 65 | 0 | 135 | 75 | 57 | 523 | 130 | 34 |
| Binary | 10000111 | 1001 | 110101 | 0 | 1011101 | 111101 | 101111 | 101010011 | 1011000 | 11100 |
Color Harmonies of #870935
Complementary color
Monochromatic Colors of #870935
Black with #870935
Text Example
Text Example
White with #870935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870935; }
p { color: rgb(135,9,53); }
H1.HeaderClassName
{
color: #870935;
}
.AnyTagClassName
{
color: #870935;
}
</style>
background-color css
<style>
a { background-color: #870935; }
a { background-color: rgb(135,9,53); }
div.DivClassName
{
background-color: #870935;
}
.BgClassName
{
background-color: #870935;
}
</style>
border-color css
<style>
span { border-color: #870935; }
span { border-color: rgb(135,9,53); }
td.TdClassName
{
border-color: #870935;
}
.TagClassName
{
border-color: #870935;
}
</style>