Shades of Disco #87113F
Tints of Disco #87113F
RGB
CMYK
RGB Variations
Color information
#87113F (or 0x87113F) is known color: Disco. HEX triplet: 87, 11 and 3F. RGB value is (135,17,63). Sum of RGB (Red+Green+Blue) = 135+17+63=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87113F is #78EEC0. Grayscale: #393939. Windows color (decimal): -7925441 or 4133255. OLE color: 4133255.
HSL color Cylindrical-coordinate representation of color #87113F: hue angle of 336.61º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87113F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 63 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.47 |
| HSL | 336.61º | 0.78% | 0.3% | - |
| HSV(B) | 336.61º | 0.87% | 0.53% | - |
| XYZ | 11.09 | 5.91 | 5.26 | - |
| YUV | 57.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 63 | 0 | 0.87 | 0.53 | 0.47 | 336.61 | 0.78 | 0.3 |
| Hex | 87 | 11 | 3F | 0 | 57 | 35 | 2F | 151 | 4E | 1E |
| Octal | 207 | 21 | 77 | 0 | 127 | 65 | 57 | 521 | 116 | 36 |
| Binary | 10000111 | 10001 | 111111 | 0 | 1010111 | 110101 | 101111 | 101010001 | 1001110 | 11110 |
Color Harmonies of #87113F
Complementary color
Monochromatic Colors of #87113F
Black with #87113F
Text Example
Text Example
White with #87113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87113F; }
p { color: rgb(135,17,63); }
H1.HeaderClassName
{
color: #87113F;
}
.AnyTagClassName
{
color: #87113F;
}
</style>
background-color css
<style>
a { background-color: #87113F; }
a { background-color: rgb(135,17,63); }
div.DivClassName
{
background-color: #87113F;
}
.BgClassName
{
background-color: #87113F;
}
</style>
border-color css
<style>
span { border-color: #87113F; }
span { border-color: rgb(135,17,63); }
td.TdClassName
{
border-color: #87113F;
}
.TagClassName
{
border-color: #87113F;
}
</style>