Shades of Disco #872E50
Tints of Disco #872E50
RGB
CMYK
RGB Variations
Color information
#872E50 (or 0x872E50) is known color: Disco. HEX triplet: 87, 2E and 50. RGB value is (135,46,80). Sum of RGB (Red+Green+Blue) = 135+46+80=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #872E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E50 is #78D1AF. Grayscale: #4C4C4C. Windows color (decimal): -7918000 or 5254791. OLE color: 5254791.
HSL color Cylindrical-coordinate representation of color #872E50: hue angle of 337.08º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E50 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 80 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.47 |
| HSL | 337.08º | 0.49% | 0.35% | - |
| HSV(B) | 337.08º | 0.66% | 0.53% | - |
| XYZ | 12.42 | 7.68 | 8.42 | - |
| YUV | 76.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 80 | 0 | 0.66 | 0.41 | 0.47 | 337.08 | 0.49 | 0.35 |
| Hex | 87 | 2E | 50 | 0 | 42 | 29 | 2F | 151 | 31 | 23 |
| Octal | 207 | 56 | 120 | 0 | 102 | 51 | 57 | 521 | 61 | 43 |
| Binary | 10000111 | 101110 | 1010000 | 0 | 1000010 | 101001 | 101111 | 101010001 | 110001 | 100011 |
Color Harmonies of #872E50
Complementary color
Monochromatic Colors of #872E50
Black with #872E50
Text Example
Text Example
White with #872E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E50; }
p { color: rgb(135,46,80); }
H1.HeaderClassName
{
color: #872E50;
}
.AnyTagClassName
{
color: #872E50;
}
</style>
background-color css
<style>
a { background-color: #872E50; }
a { background-color: rgb(135,46,80); }
div.DivClassName
{
background-color: #872E50;
}
.BgClassName
{
background-color: #872E50;
}
</style>
border-color css
<style>
span { border-color: #872E50; }
span { border-color: rgb(135,46,80); }
td.TdClassName
{
border-color: #872E50;
}
.TagClassName
{
border-color: #872E50;
}
</style>