Shades of Disco #871942
Tints of Disco #871942
RGB
CMYK
RGB Variations
Color information
#871942 (or 0x871942) is known color: Disco. HEX triplet: 87, 19 and 42. RGB value is (135,25,66). Sum of RGB (Red+Green+Blue) = 135+25+66=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #871942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871942 is #78E6BD. Grayscale: #3E3E3E. Windows color (decimal): -7923390 or 4331911. OLE color: 4331911.
HSL color Cylindrical-coordinate representation of color #871942: hue angle of 337.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871942 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 66 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.47 |
| HSL | 337.64º | 0.69% | 0.31% | - |
| HSV(B) | 337.64º | 0.81% | 0.53% | - |
| XYZ | 11.32 | 6.24 | 5.76 | - |
| YUV | 62.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 66 | 0 | 0.81 | 0.51 | 0.47 | 337.64 | 0.69 | 0.31 |
| Hex | 87 | 19 | 42 | 0 | 51 | 33 | 2F | 152 | 45 | 1F |
| Octal | 207 | 31 | 102 | 0 | 121 | 63 | 57 | 522 | 105 | 37 |
| Binary | 10000111 | 11001 | 1000010 | 0 | 1010001 | 110011 | 101111 | 101010010 | 1000101 | 11111 |
Color Harmonies of #871942
Complementary color
Monochromatic Colors of #871942
Black with #871942
Text Example
Text Example
White with #871942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871942; }
p { color: rgb(135,25,66); }
H1.HeaderClassName
{
color: #871942;
}
.AnyTagClassName
{
color: #871942;
}
</style>
background-color css
<style>
a { background-color: #871942; }
a { background-color: rgb(135,25,66); }
div.DivClassName
{
background-color: #871942;
}
.BgClassName
{
background-color: #871942;
}
</style>
border-color css
<style>
span { border-color: #871942; }
span { border-color: rgb(135,25,66); }
td.TdClassName
{
border-color: #871942;
}
.TagClassName
{
border-color: #871942;
}
</style>