Shades of Disco #871144
Tints of Disco #871144
RGB
CMYK
RGB Variations
Color information
#871144 (or 0x871144) is known color: Disco. HEX triplet: 87, 11 and 44. RGB value is (135,17,68). Sum of RGB (Red+Green+Blue) = 135+17+68=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #871144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871144 is #78EEBB. Grayscale: #3A3A3A. Windows color (decimal): -7925436 or 4460935. OLE color: 4460935.
HSL color Cylindrical-coordinate representation of color #871144: hue angle of 334.07º 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 #871144 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 68 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.47 |
| HSL | 334.07º | 0.78% | 0.3% | - |
| HSV(B) | 334.07º | 0.87% | 0.53% | - |
| XYZ | 11.24 | 5.97 | 6.03 | - |
| YUV | 58.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 68 | 0 | 0.87 | 0.50 | 0.47 | 334.07 | 0.78 | 0.3 |
| Hex | 87 | 11 | 44 | 0 | 57 | 32 | 2F | 14E | 4E | 1E |
| Octal | 207 | 21 | 104 | 0 | 127 | 62 | 57 | 516 | 116 | 36 |
| Binary | 10000111 | 10001 | 1000100 | 0 | 1010111 | 110010 | 101111 | 101001110 | 1001110 | 11110 |
Color Harmonies of #871144
Complementary color
Monochromatic Colors of #871144
Black with #871144
Text Example
Text Example
White with #871144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871144; }
p { color: rgb(135,17,68); }
H1.HeaderClassName
{
color: #871144;
}
.AnyTagClassName
{
color: #871144;
}
</style>
background-color css
<style>
a { background-color: #871144; }
a { background-color: rgb(135,17,68); }
div.DivClassName
{
background-color: #871144;
}
.BgClassName
{
background-color: #871144;
}
</style>
border-color css
<style>
span { border-color: #871144; }
span { border-color: rgb(135,17,68); }
td.TdClassName
{
border-color: #871144;
}
.TagClassName
{
border-color: #871144;
}
</style>