Shades of Burgundy #870B2E
Tints of Burgundy #870B2E
RGB
CMYK
RGB Variations
Color information
#870B2E (or 0x870B2E) is known color: Burgundy. HEX triplet: 87, 0B and 2E. RGB value is (135,11,46). Sum of RGB (Red+Green+Blue) = 135+11+46=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B2E is #78F4D1. Grayscale: #343434. Windows color (decimal): -7926994 or 3017607. OLE color: 3017607.
HSL color Cylindrical-coordinate representation of color #870B2E: hue angle of 343.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B2E is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 46 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.47 |
| HSL | 343.06º | 0.85% | 0.29% | - |
| HSV(B) | 343.06º | 0.92% | 0.53% | - |
| XYZ | 10.6 | 5.59 | 3.1 | - |
| YUV | 52.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 46 | 0 | 0.92 | 0.66 | 0.47 | 343.06 | 0.85 | 0.29 |
| Hex | 87 | B | 2E | 0 | 5C | 42 | 2F | 157 | 55 | 1D |
| Octal | 207 | 13 | 56 | 0 | 134 | 102 | 57 | 527 | 125 | 35 |
| Binary | 10000111 | 1011 | 101110 | 0 | 1011100 | 1000010 | 101111 | 101010111 | 1010101 | 11101 |
Color Harmonies of #870B2E
Complementary color
Monochromatic Colors of #870B2E
Black with #870B2E
Text Example
Text Example
White with #870B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B2E; }
p { color: rgb(135,11,46); }
H1.HeaderClassName
{
color: #870B2E;
}
.AnyTagClassName
{
color: #870B2E;
}
</style>
background-color css
<style>
a { background-color: #870B2E; }
a { background-color: rgb(135,11,46); }
div.DivClassName
{
background-color: #870B2E;
}
.BgClassName
{
background-color: #870B2E;
}
</style>
border-color css
<style>
span { border-color: #870B2E; }
span { border-color: rgb(135,11,46); }
td.TdClassName
{
border-color: #870B2E;
}
.TagClassName
{
border-color: #870B2E;
}
</style>