Shades of Burgundy #870B2A
Tints of Burgundy #870B2A
RGB
CMYK
RGB Variations
Color information
#870B2A (or 0x870B2A) is known color: Burgundy. HEX triplet: 87, 0B and 2A. RGB value is (135,11,42). Sum of RGB (Red+Green+Blue) = 135+11+42=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B2A is #78F4D5. Grayscale: #333333. Windows color (decimal): -7926998 or 2755463. OLE color: 2755463.
HSL color Cylindrical-coordinate representation of color #870B2A: hue angle of 345º 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 #870B2A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 42 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.47 |
| HSL | 345º | 0.85% | 0.29% | - |
| HSV(B) | 345º | 0.92% | 0.53% | - |
| XYZ | 10.53 | 5.56 | 2.71 | - |
| YUV | 51.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 42 | 0 | 0.92 | 0.69 | 0.47 | 345 | 0.85 | 0.29 |
| Hex | 87 | B | 2A | 0 | 5C | 45 | 2F | 159 | 55 | 1D |
| Octal | 207 | 13 | 52 | 0 | 134 | 105 | 57 | 531 | 125 | 35 |
| Binary | 10000111 | 1011 | 101010 | 0 | 1011100 | 1000101 | 101111 | 101011001 | 1010101 | 11101 |
Color Harmonies of #870B2A
Complementary color
Monochromatic Colors of #870B2A
Black with #870B2A
Text Example
Text Example
White with #870B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B2A; }
p { color: rgb(135,11,42); }
H1.HeaderClassName
{
color: #870B2A;
}
.AnyTagClassName
{
color: #870B2A;
}
</style>
background-color css
<style>
a { background-color: #870B2A; }
a { background-color: rgb(135,11,42); }
div.DivClassName
{
background-color: #870B2A;
}
.BgClassName
{
background-color: #870B2A;
}
</style>
border-color css
<style>
span { border-color: #870B2A; }
span { border-color: rgb(135,11,42); }
td.TdClassName
{
border-color: #870B2A;
}
.TagClassName
{
border-color: #870B2A;
}
</style>