Shades of Disco #871441
Tints of Disco #871441
RGB
CMYK
RGB Variations
Color information
#871441 (or 0x871441) is known color: Disco. HEX triplet: 87, 14 and 41. RGB value is (135,20,65). Sum of RGB (Red+Green+Blue) = 135+20+65=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #871441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871441 is #78EBBE. Grayscale: #3B3B3B. Windows color (decimal): -7924671 or 4265095. OLE color: 4265095.
HSL color Cylindrical-coordinate representation of color #871441: hue angle of 336.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871441 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 65 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.47 |
| HSL | 336.52º | 0.74% | 0.3% | - |
| HSV(B) | 336.52º | 0.85% | 0.53% | - |
| XYZ | 11.2 | 6.03 | 5.58 | - |
| YUV | 59.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 65 | 0 | 0.85 | 0.52 | 0.47 | 336.52 | 0.74 | 0.3 |
| Hex | 87 | 14 | 41 | 0 | 55 | 34 | 2F | 151 | 4A | 1E |
| Octal | 207 | 24 | 101 | 0 | 125 | 64 | 57 | 521 | 112 | 36 |
| Binary | 10000111 | 10100 | 1000001 | 0 | 1010101 | 110100 | 101111 | 101010001 | 1001010 | 11110 |
Color Harmonies of #871441
Complementary color
Monochromatic Colors of #871441
Black with #871441
Text Example
Text Example
White with #871441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871441; }
p { color: rgb(135,20,65); }
H1.HeaderClassName
{
color: #871441;
}
.AnyTagClassName
{
color: #871441;
}
</style>
background-color css
<style>
a { background-color: #871441; }
a { background-color: rgb(135,20,65); }
div.DivClassName
{
background-color: #871441;
}
.BgClassName
{
background-color: #871441;
}
</style>
border-color css
<style>
span { border-color: #871441; }
span { border-color: rgb(135,20,65); }
td.TdClassName
{
border-color: #871441;
}
.TagClassName
{
border-color: #871441;
}
</style>