Shades of Disco #87143F
Tints of Disco #87143F
RGB
CMYK
RGB Variations
Color information
#87143F (or 0x87143F) is known color: Disco. HEX triplet: 87, 14 and 3F. RGB value is (135,20,63). Sum of RGB (Red+Green+Blue) = 135+20+63=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87143F is #78EBC0. Grayscale: #3B3B3B. Windows color (decimal): -7924673 or 4134023. OLE color: 4134023.
HSL color Cylindrical-coordinate representation of color #87143F: hue angle of 337.57º 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 #87143F is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 63 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.47 |
| HSL | 337.57º | 0.74% | 0.3% | - |
| HSV(B) | 337.57º | 0.85% | 0.53% | - |
| XYZ | 11.14 | 6.01 | 5.28 | - |
| YUV | 59.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 63 | 0 | 0.85 | 0.53 | 0.47 | 337.57 | 0.74 | 0.3 |
| Hex | 87 | 14 | 3F | 0 | 55 | 35 | 2F | 152 | 4A | 1E |
| Octal | 207 | 24 | 77 | 0 | 125 | 65 | 57 | 522 | 112 | 36 |
| Binary | 10000111 | 10100 | 111111 | 0 | 1010101 | 110101 | 101111 | 101010010 | 1001010 | 11110 |
Color Harmonies of #87143F
Complementary color
Monochromatic Colors of #87143F
Black with #87143F
Text Example
Text Example
White with #87143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87143F; }
p { color: rgb(135,20,63); }
H1.HeaderClassName
{
color: #87143F;
}
.AnyTagClassName
{
color: #87143F;
}
</style>
background-color css
<style>
a { background-color: #87143F; }
a { background-color: rgb(135,20,63); }
div.DivClassName
{
background-color: #87143F;
}
.BgClassName
{
background-color: #87143F;
}
</style>
border-color css
<style>
span { border-color: #87143F; }
span { border-color: rgb(135,20,63); }
td.TdClassName
{
border-color: #87143F;
}
.TagClassName
{
border-color: #87143F;
}
</style>