Shades of Burgundy #870B2C
Tints of Burgundy #870B2C
RGB
CMYK
RGB Variations
Color information
#870B2C (or 0x870B2C) is known color: Burgundy. HEX triplet: 87, 0B and 2C. RGB value is (135,11,44). Sum of RGB (Red+Green+Blue) = 135+11+44=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B2C is #78F4D3. Grayscale: #333333. Windows color (decimal): -7926996 or 2886535. OLE color: 2886535.
HSL color Cylindrical-coordinate representation of color #870B2C: hue angle of 344.03º 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 #870B2C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 44 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.47 |
| HSL | 344.03º | 0.85% | 0.29% | - |
| HSV(B) | 344.03º | 0.92% | 0.53% | - |
| XYZ | 10.57 | 5.57 | 2.9 | - |
| YUV | 51.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 44 | 0 | 0.92 | 0.67 | 0.47 | 344.03 | 0.85 | 0.29 |
| Hex | 87 | B | 2C | 0 | 5C | 43 | 2F | 158 | 55 | 1D |
| Octal | 207 | 13 | 54 | 0 | 134 | 103 | 57 | 530 | 125 | 35 |
| Binary | 10000111 | 1011 | 101100 | 0 | 1011100 | 1000011 | 101111 | 101011000 | 1010101 | 11101 |
Color Harmonies of #870B2C
Complementary color
Monochromatic Colors of #870B2C
Black with #870B2C
Text Example
Text Example
White with #870B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B2C; }
p { color: rgb(135,11,44); }
H1.HeaderClassName
{
color: #870B2C;
}
.AnyTagClassName
{
color: #870B2C;
}
</style>
background-color css
<style>
a { background-color: #870B2C; }
a { background-color: rgb(135,11,44); }
div.DivClassName
{
background-color: #870B2C;
}
.BgClassName
{
background-color: #870B2C;
}
</style>
border-color css
<style>
span { border-color: #870B2C; }
span { border-color: rgb(135,11,44); }
td.TdClassName
{
border-color: #870B2C;
}
.TagClassName
{
border-color: #870B2C;
}
</style>