Shades of Burgundy #870D3A
Tints of Burgundy #870D3A
RGB
CMYK
RGB Variations
Color information
#870D3A (or 0x870D3A) is known color: Burgundy. HEX triplet: 87, 0D and 3A. RGB value is (135,13,58). Sum of RGB (Red+Green+Blue) = 135+13+58=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3A is #78F2C5. Grayscale: #363636. Windows color (decimal): -7926470 or 3804551. OLE color: 3804551.
HSL color Cylindrical-coordinate representation of color #870D3A: hue angle of 337.87º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D3A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 58 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.47 |
| HSL | 337.87º | 0.82% | 0.29% | - |
| HSV(B) | 337.87º | 0.9% | 0.53% | - |
| XYZ | 10.9 | 5.74 | 4.54 | - |
| YUV | 54.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 58 | 0 | 0.90 | 0.57 | 0.47 | 337.87 | 0.82 | 0.29 |
| Hex | 87 | D | 3A | 0 | 5A | 39 | 2F | 152 | 52 | 1D |
| Octal | 207 | 15 | 72 | 0 | 132 | 71 | 57 | 522 | 122 | 35 |
| Binary | 10000111 | 1101 | 111010 | 0 | 1011010 | 111001 | 101111 | 101010010 | 1010010 | 11101 |
Color Harmonies of #870D3A
Complementary color
Monochromatic Colors of #870D3A
Black with #870D3A
Text Example
Text Example
White with #870D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D3A; }
p { color: rgb(135,13,58); }
H1.HeaderClassName
{
color: #870D3A;
}
.AnyTagClassName
{
color: #870D3A;
}
</style>
background-color css
<style>
a { background-color: #870D3A; }
a { background-color: rgb(135,13,58); }
div.DivClassName
{
background-color: #870D3A;
}
.BgClassName
{
background-color: #870D3A;
}
</style>
border-color css
<style>
span { border-color: #870D3A; }
span { border-color: rgb(135,13,58); }
td.TdClassName
{
border-color: #870D3A;
}
.TagClassName
{
border-color: #870D3A;
}
</style>