Shades of Disco #871944
Tints of Disco #871944
RGB
CMYK
RGB Variations
Color information
#871944 (or 0x871944) is known color: Disco. HEX triplet: 87, 19 and 44. RGB value is (135,25,68). Sum of RGB (Red+Green+Blue) = 135+25+68=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #871944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871944 is #78E6BB. Grayscale: #3E3E3E. Windows color (decimal): -7923388 or 4462983. OLE color: 4462983.
HSL color Cylindrical-coordinate representation of color #871944: hue angle of 336.55º 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 #871944 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 68 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.47 |
| HSL | 336.55º | 0.69% | 0.31% | - |
| HSV(B) | 336.55º | 0.81% | 0.53% | - |
| XYZ | 11.38 | 6.26 | 6.08 | - |
| YUV | 62.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 68 | 0 | 0.81 | 0.50 | 0.47 | 336.55 | 0.69 | 0.31 |
| Hex | 87 | 19 | 44 | 0 | 51 | 32 | 2F | 151 | 45 | 1F |
| Octal | 207 | 31 | 104 | 0 | 121 | 62 | 57 | 521 | 105 | 37 |
| Binary | 10000111 | 11001 | 1000100 | 0 | 1010001 | 110010 | 101111 | 101010001 | 1000101 | 11111 |
Color Harmonies of #871944
Complementary color
Monochromatic Colors of #871944
Black with #871944
Text Example
Text Example
White with #871944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871944; }
p { color: rgb(135,25,68); }
H1.HeaderClassName
{
color: #871944;
}
.AnyTagClassName
{
color: #871944;
}
</style>
background-color css
<style>
a { background-color: #871944; }
a { background-color: rgb(135,25,68); }
div.DivClassName
{
background-color: #871944;
}
.BgClassName
{
background-color: #871944;
}
</style>
border-color css
<style>
span { border-color: #871944; }
span { border-color: rgb(135,25,68); }
td.TdClassName
{
border-color: #871944;
}
.TagClassName
{
border-color: #871944;
}
</style>