Shades of Burgundy #870D39
Tints of Burgundy #870D39
RGB
CMYK
RGB Variations
Color information
#870D39 (or 0x870D39) is known color: Burgundy. HEX triplet: 87, 0D and 39. RGB value is (135,13,57). Sum of RGB (Red+Green+Blue) = 135+13+57=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #870D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D39 is #78F2C6. Grayscale: #363636. Windows color (decimal): -7926471 or 3739015. OLE color: 3739015.
HSL color Cylindrical-coordinate representation of color #870D39: hue angle of 338.36º 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 #870D39 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 57 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.47 |
| HSL | 338.36º | 0.82% | 0.29% | - |
| HSV(B) | 338.36º | 0.9% | 0.53% | - |
| XYZ | 10.87 | 5.73 | 4.4 | - |
| YUV | 54.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 57 | 0 | 0.90 | 0.58 | 0.47 | 338.36 | 0.82 | 0.29 |
| Hex | 87 | D | 39 | 0 | 5A | 3A | 2F | 152 | 52 | 1D |
| Octal | 207 | 15 | 71 | 0 | 132 | 72 | 57 | 522 | 122 | 35 |
| Binary | 10000111 | 1101 | 111001 | 0 | 1011010 | 111010 | 101111 | 101010010 | 1010010 | 11101 |
Color Harmonies of #870D39
Complementary color
Monochromatic Colors of #870D39
Black with #870D39
Text Example
Text Example
White with #870D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D39; }
p { color: rgb(135,13,57); }
H1.HeaderClassName
{
color: #870D39;
}
.AnyTagClassName
{
color: #870D39;
}
</style>
background-color css
<style>
a { background-color: #870D39; }
a { background-color: rgb(135,13,57); }
div.DivClassName
{
background-color: #870D39;
}
.BgClassName
{
background-color: #870D39;
}
</style>
border-color css
<style>
span { border-color: #870D39; }
span { border-color: rgb(135,13,57); }
td.TdClassName
{
border-color: #870D39;
}
.TagClassName
{
border-color: #870D39;
}
</style>