Shades of Disco #871949
Tints of Disco #871949
RGB
CMYK
RGB Variations
Color information
#871949 (or 0x871949) is known color: Disco. HEX triplet: 87, 19 and 49. RGB value is (135,25,73). Sum of RGB (Red+Green+Blue) = 135+25+73=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #871949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871949 is #78E6B6. Grayscale: #3F3F3F. Windows color (decimal): -7923383 or 4790663. OLE color: 4790663.
HSL color Cylindrical-coordinate representation of color #871949: hue angle of 333.82º 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 #871949 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 73 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.47 |
| HSL | 333.82º | 0.69% | 0.31% | - |
| HSV(B) | 333.82º | 0.81% | 0.53% | - |
| XYZ | 11.54 | 6.33 | 6.92 | - |
| YUV | 63.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 73 | 0 | 0.81 | 0.46 | 0.47 | 333.82 | 0.69 | 0.31 |
| Hex | 87 | 19 | 49 | 0 | 51 | 2E | 2F | 14E | 45 | 1F |
| Octal | 207 | 31 | 111 | 0 | 121 | 56 | 57 | 516 | 105 | 37 |
| Binary | 10000111 | 11001 | 1001001 | 0 | 1010001 | 101110 | 101111 | 101001110 | 1000101 | 11111 |
Color Harmonies of #871949
Complementary color
Monochromatic Colors of #871949
Black with #871949
Text Example
Text Example
White with #871949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871949; }
p { color: rgb(135,25,73); }
H1.HeaderClassName
{
color: #871949;
}
.AnyTagClassName
{
color: #871949;
}
</style>
background-color css
<style>
a { background-color: #871949; }
a { background-color: rgb(135,25,73); }
div.DivClassName
{
background-color: #871949;
}
.BgClassName
{
background-color: #871949;
}
</style>
border-color css
<style>
span { border-color: #871949; }
span { border-color: rgb(135,25,73); }
td.TdClassName
{
border-color: #871949;
}
.TagClassName
{
border-color: #871949;
}
</style>