Shades of Disco #87123F
Tints of Disco #87123F
RGB
CMYK
RGB Variations
Color information
#87123F (or 0x87123F) is known color: Disco. HEX triplet: 87, 12 and 3F. RGB value is (135,18,63). Sum of RGB (Red+Green+Blue) = 135+18+63=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87123F is #78EDC0. Grayscale: #3A3A3A. Windows color (decimal): -7925185 or 4133511. OLE color: 4133511.
HSL color Cylindrical-coordinate representation of color #87123F: hue angle of 336.92º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87123F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 63 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.47 |
| HSL | 336.92º | 0.76% | 0.3% | - |
| HSV(B) | 336.92º | 0.87% | 0.53% | - |
| XYZ | 11.11 | 5.94 | 5.26 | - |
| YUV | 58.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 63 | 0 | 0.87 | 0.53 | 0.47 | 336.92 | 0.76 | 0.3 |
| Hex | 87 | 12 | 3F | 0 | 57 | 35 | 2F | 151 | 4C | 1E |
| Octal | 207 | 22 | 77 | 0 | 127 | 65 | 57 | 521 | 114 | 36 |
| Binary | 10000111 | 10010 | 111111 | 0 | 1010111 | 110101 | 101111 | 101010001 | 1001100 | 11110 |
Color Harmonies of #87123F
Complementary color
Monochromatic Colors of #87123F
Black with #87123F
Text Example
Text Example
White with #87123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87123F; }
p { color: rgb(135,18,63); }
H1.HeaderClassName
{
color: #87123F;
}
.AnyTagClassName
{
color: #87123F;
}
</style>
background-color css
<style>
a { background-color: #87123F; }
a { background-color: rgb(135,18,63); }
div.DivClassName
{
background-color: #87123F;
}
.BgClassName
{
background-color: #87123F;
}
</style>
border-color css
<style>
span { border-color: #87123F; }
span { border-color: rgb(135,18,63); }
td.TdClassName
{
border-color: #87123F;
}
.TagClassName
{
border-color: #87123F;
}
</style>