Shades of Disco #870E44
Tints of Disco #870E44
RGB
CMYK
RGB Variations
Color information
#870E44 (or 0x870E44) is known color: Disco. HEX triplet: 87, 0E and 44. RGB value is (135,14,68). Sum of RGB (Red+Green+Blue) = 135+14+68=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #870E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E44 is #78F1BB. Grayscale: #383838. Windows color (decimal): -7926204 or 4460167. OLE color: 4460167.
HSL color Cylindrical-coordinate representation of color #870E44: hue angle of 333.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E44 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 68 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.47 |
| HSL | 333.22º | 0.81% | 0.29% | - |
| HSV(B) | 333.22º | 0.9% | 0.53% | - |
| XYZ | 11.19 | 5.88 | 6.01 | - |
| YUV | 56.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 68 | 0 | 0.90 | 0.50 | 0.47 | 333.22 | 0.81 | 0.29 |
| Hex | 87 | E | 44 | 0 | 5A | 32 | 2F | 14D | 51 | 1D |
| Octal | 207 | 16 | 104 | 0 | 132 | 62 | 57 | 515 | 121 | 35 |
| Binary | 10000111 | 1110 | 1000100 | 0 | 1011010 | 110010 | 101111 | 101001101 | 1010001 | 11101 |
Color Harmonies of #870E44
Complementary color
Monochromatic Colors of #870E44
Black with #870E44
Text Example
Text Example
White with #870E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E44; }
p { color: rgb(135,14,68); }
H1.HeaderClassName
{
color: #870E44;
}
.AnyTagClassName
{
color: #870E44;
}
</style>
background-color css
<style>
a { background-color: #870E44; }
a { background-color: rgb(135,14,68); }
div.DivClassName
{
background-color: #870E44;
}
.BgClassName
{
background-color: #870E44;
}
</style>
border-color css
<style>
span { border-color: #870E44; }
span { border-color: rgb(135,14,68); }
td.TdClassName
{
border-color: #870E44;
}
.TagClassName
{
border-color: #870E44;
}
</style>