Shades of Disco #871241
Tints of Disco #871241
RGB
CMYK
RGB Variations
Color information
#871241 (or 0x871241) is known color: Disco. HEX triplet: 87, 12 and 41. RGB value is (135,18,65). Sum of RGB (Red+Green+Blue) = 135+18+65=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #871241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871241 is #78EDBE. Grayscale: #3A3A3A. Windows color (decimal): -7925183 or 4264583. OLE color: 4264583.
HSL color Cylindrical-coordinate representation of color #871241: hue angle of 335.9º degrees, saturation: 0.76, 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 #871241 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 65 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.47 |
| HSL | 335.9º | 0.76% | 0.3% | - |
| HSV(B) | 335.9º | 0.87% | 0.53% | - |
| XYZ | 11.16 | 5.97 | 5.56 | - |
| YUV | 58.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 65 | 0 | 0.87 | 0.52 | 0.47 | 335.9 | 0.76 | 0.3 |
| Hex | 87 | 12 | 41 | 0 | 57 | 34 | 2F | 150 | 4C | 1E |
| Octal | 207 | 22 | 101 | 0 | 127 | 64 | 57 | 520 | 114 | 36 |
| Binary | 10000111 | 10010 | 1000001 | 0 | 1010111 | 110100 | 101111 | 101010000 | 1001100 | 11110 |
Color Harmonies of #871241
Complementary color
Monochromatic Colors of #871241
Black with #871241
Text Example
Text Example
White with #871241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871241; }
p { color: rgb(135,18,65); }
H1.HeaderClassName
{
color: #871241;
}
.AnyTagClassName
{
color: #871241;
}
</style>
background-color css
<style>
a { background-color: #871241; }
a { background-color: rgb(135,18,65); }
div.DivClassName
{
background-color: #871241;
}
.BgClassName
{
background-color: #871241;
}
</style>
border-color css
<style>
span { border-color: #871241; }
span { border-color: rgb(135,18,65); }
td.TdClassName
{
border-color: #871241;
}
.TagClassName
{
border-color: #871241;
}
</style>