Shades of Burgundy #870F29
Tints of Burgundy #870F29
RGB
CMYK
RGB Variations
Color information
#870F29 (or 0x870F29) is known color: Burgundy. HEX triplet: 87, 0F and 29. RGB value is (135,15,41). Sum of RGB (Red+Green+Blue) = 135+15+41=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F29 is #78F0D6. Grayscale: #353535. Windows color (decimal): -7925975 or 2690951. OLE color: 2690951.
HSL color Cylindrical-coordinate representation of color #870F29: hue angle of 347º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F29 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 41 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.47 |
| HSL | 347º | 0.8% | 0.29% | - |
| HSV(B) | 347º | 0.89% | 0.53% | - |
| XYZ | 10.56 | 5.65 | 2.63 | - |
| YUV | 53.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 41 | 0 | 0.89 | 0.70 | 0.47 | 347 | 0.8 | 0.29 |
| Hex | 87 | F | 29 | 0 | 59 | 46 | 2F | 15B | 50 | 1D |
| Octal | 207 | 17 | 51 | 0 | 131 | 106 | 57 | 533 | 120 | 35 |
| Binary | 10000111 | 1111 | 101001 | 0 | 1011001 | 1000110 | 101111 | 101011011 | 1010000 | 11101 |
Color Harmonies of #870F29
Complementary color
Monochromatic Colors of #870F29
Black with #870F29
Text Example
Text Example
White with #870F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F29; }
p { color: rgb(135,15,41); }
H1.HeaderClassName
{
color: #870F29;
}
.AnyTagClassName
{
color: #870F29;
}
</style>
background-color css
<style>
a { background-color: #870F29; }
a { background-color: rgb(135,15,41); }
div.DivClassName
{
background-color: #870F29;
}
.BgClassName
{
background-color: #870F29;
}
</style>
border-color css
<style>
span { border-color: #870F29; }
span { border-color: rgb(135,15,41); }
td.TdClassName
{
border-color: #870F29;
}
.TagClassName
{
border-color: #870F29;
}
</style>