Shades of Solid Pink #875051
Tints of Solid Pink #875051
RGB
CMYK
RGB Variations
Color information
#875051 (or 0x875051) is known color: Solid Pink. HEX triplet: 87, 50 and 51. RGB value is (135,80,81). Sum of RGB (Red+Green+Blue) = 135+80+81=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #875051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875051 is #78AFAE. Grayscale: #606060. Windows color (decimal): -7909295 or 5329031. OLE color: 5329031.
HSL color Cylindrical-coordinate representation of color #875051: hue angle of 358.91º 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 #875051 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 81 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.47 |
| HSL | 358.91º | 0.26% | 0.42% | - |
| HSV(B) | 358.91º | 0.41% | 0.53% | - |
| XYZ | 14.35 | 11.48 | 9.24 | - |
| YUV | 96.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 81 | 0 | 0.41 | 0.40 | 0.47 | 358.91 | 0.26 | 0.42 |
| Hex | 87 | 50 | 51 | 0 | 29 | 28 | 2F | 167 | 1A | 2A |
| Octal | 207 | 120 | 121 | 0 | 51 | 50 | 57 | 547 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1010001 | 0 | 101001 | 101000 | 101111 | 101100111 | 11010 | 101010 |
Color Harmonies of #875051
Complementary color
Monochromatic Colors of #875051
Black with #875051
Text Example
Text Example
White with #875051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875051; }
p { color: rgb(135,80,81); }
H1.HeaderClassName
{
color: #875051;
}
.AnyTagClassName
{
color: #875051;
}
</style>
background-color css
<style>
a { background-color: #875051; }
a { background-color: rgb(135,80,81); }
div.DivClassName
{
background-color: #875051;
}
.BgClassName
{
background-color: #875051;
}
</style>
border-color css
<style>
span { border-color: #875051; }
span { border-color: rgb(135,80,81); }
td.TdClassName
{
border-color: #875051;
}
.TagClassName
{
border-color: #875051;
}
</style>