Shades of Burgundy #870F34
Tints of Burgundy #870F34
RGB
CMYK
RGB Variations
Color information
#870F34 (or 0x870F34) is known color: Burgundy. HEX triplet: 87, 0F and 34. RGB value is (135,15,52). Sum of RGB (Red+Green+Blue) = 135+15+52=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #870F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F34 is #78F0CB. Grayscale: #373737. Windows color (decimal): -7925964 or 3411847. OLE color: 3411847.
HSL color Cylindrical-coordinate representation of color #870F34: hue angle of 341.5º 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 #870F34 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 52 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.47 |
| HSL | 341.5º | 0.8% | 0.29% | - |
| HSV(B) | 341.5º | 0.89% | 0.53% | - |
| XYZ | 10.78 | 5.74 | 3.79 | - |
| YUV | 55.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 52 | 0 | 0.89 | 0.61 | 0.47 | 341.5 | 0.8 | 0.29 |
| Hex | 87 | F | 34 | 0 | 59 | 3D | 2F | 156 | 50 | 1D |
| Octal | 207 | 17 | 64 | 0 | 131 | 75 | 57 | 526 | 120 | 35 |
| Binary | 10000111 | 1111 | 110100 | 0 | 1011001 | 111101 | 101111 | 101010110 | 1010000 | 11101 |
Color Harmonies of #870F34
Complementary color
Monochromatic Colors of #870F34
Black with #870F34
Text Example
Text Example
White with #870F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F34; }
p { color: rgb(135,15,52); }
H1.HeaderClassName
{
color: #870F34;
}
.AnyTagClassName
{
color: #870F34;
}
</style>
background-color css
<style>
a { background-color: #870F34; }
a { background-color: rgb(135,15,52); }
div.DivClassName
{
background-color: #870F34;
}
.BgClassName
{
background-color: #870F34;
}
</style>
border-color css
<style>
span { border-color: #870F34; }
span { border-color: rgb(135,15,52); }
td.TdClassName
{
border-color: #870F34;
}
.TagClassName
{
border-color: #870F34;
}
</style>