Shades of Disco #87194A
Tints of Disco #87194A
RGB
CMYK
RGB Variations
Color information
#87194A (or 0x87194A) is known color: Disco. HEX triplet: 87, 19 and 4A. RGB value is (135,25,74). Sum of RGB (Red+Green+Blue) = 135+25+74=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87194A is #78E6B5. Grayscale: #3F3F3F. Windows color (decimal): -7923382 or 4856199. OLE color: 4856199.
HSL color Cylindrical-coordinate representation of color #87194A: hue angle of 333.27º 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 #87194A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 74 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.47 |
| HSL | 333.27º | 0.69% | 0.31% | - |
| HSV(B) | 333.27º | 0.81% | 0.53% | - |
| XYZ | 11.58 | 6.34 | 7.09 | - |
| YUV | 63.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 74 | 0 | 0.81 | 0.45 | 0.47 | 333.27 | 0.69 | 0.31 |
| Hex | 87 | 19 | 4A | 0 | 51 | 2D | 2F | 14D | 45 | 1F |
| Octal | 207 | 31 | 112 | 0 | 121 | 55 | 57 | 515 | 105 | 37 |
| Binary | 10000111 | 11001 | 1001010 | 0 | 1010001 | 101101 | 101111 | 101001101 | 1000101 | 11111 |
Color Harmonies of #87194A
Complementary color
Monochromatic Colors of #87194A
Black with #87194A
Text Example
Text Example
White with #87194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87194A; }
p { color: rgb(135,25,74); }
H1.HeaderClassName
{
color: #87194A;
}
.AnyTagClassName
{
color: #87194A;
}
</style>
background-color css
<style>
a { background-color: #87194A; }
a { background-color: rgb(135,25,74); }
div.DivClassName
{
background-color: #87194A;
}
.BgClassName
{
background-color: #87194A;
}
</style>
border-color css
<style>
span { border-color: #87194A; }
span { border-color: rgb(135,25,74); }
td.TdClassName
{
border-color: #87194A;
}
.TagClassName
{
border-color: #87194A;
}
</style>