Shades of Solid Pink #875055
Tints of Solid Pink #875055
RGB
CMYK
RGB Variations
Color information
#875055 (or 0x875055) is known color: Solid Pink. HEX triplet: 87, 50 and 55. RGB value is (135,80,85). Sum of RGB (Red+Green+Blue) = 135+80+85=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875055 is #78AFAA. Grayscale: #616161. Windows color (decimal): -7909291 or 5591175. OLE color: 5591175.
HSL color Cylindrical-coordinate representation of color #875055: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875055 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 85 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.47 |
| HSL | 354.55º | 0.26% | 0.42% | - |
| HSV(B) | 354.55º | 0.41% | 0.53% | - |
| XYZ | 14.5 | 11.54 | 10.06 | - |
| YUV | 97.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 85 | 0 | 0.41 | 0.37 | 0.47 | 354.55 | 0.26 | 0.42 |
| Hex | 87 | 50 | 55 | 0 | 29 | 25 | 2F | 163 | 1A | 2A |
| Octal | 207 | 120 | 125 | 0 | 51 | 45 | 57 | 543 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1010101 | 0 | 101001 | 100101 | 101111 | 101100011 | 11010 | 101010 |
Color Harmonies of #875055
Complementary color
Monochromatic Colors of #875055
Black with #875055
Text Example
Text Example
White with #875055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875055; }
p { color: rgb(135,80,85); }
H1.HeaderClassName
{
color: #875055;
}
.AnyTagClassName
{
color: #875055;
}
</style>
background-color css
<style>
a { background-color: #875055; }
a { background-color: rgb(135,80,85); }
div.DivClassName
{
background-color: #875055;
}
.BgClassName
{
background-color: #875055;
}
</style>
border-color css
<style>
span { border-color: #875055; }
span { border-color: rgb(135,80,85); }
td.TdClassName
{
border-color: #875055;
}
.TagClassName
{
border-color: #875055;
}
</style>