Shades of Solid Pink #875355
Tints of Solid Pink #875355
RGB
CMYK
RGB Variations
Color information
#875355 (or 0x875355) is known color: Solid Pink. HEX triplet: 87, 53 and 55. RGB value is (135,83,85). Sum of RGB (Red+Green+Blue) = 135+83+85=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875355 is #78ACAA. Grayscale: #626262. Windows color (decimal): -7908523 or 5591943. OLE color: 5591943.
HSL color Cylindrical-coordinate representation of color #875355: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875355 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 85 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.47 |
| HSL | 357.69º | 0.24% | 0.43% | - |
| HSV(B) | 357.69º | 0.39% | 0.53% | - |
| XYZ | 14.72 | 11.99 | 10.13 | - |
| YUV | 98.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 85 | 0 | 0.39 | 0.37 | 0.47 | 357.69 | 0.24 | 0.43 |
| Hex | 87 | 53 | 55 | 0 | 27 | 25 | 2F | 166 | 18 | 2B |
| Octal | 207 | 123 | 125 | 0 | 47 | 45 | 57 | 546 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1010101 | 0 | 100111 | 100101 | 101111 | 101100110 | 11000 | 101011 |
Color Harmonies of #875355
Complementary color
Monochromatic Colors of #875355
Black with #875355
Text Example
Text Example
White with #875355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875355; }
p { color: rgb(135,83,85); }
H1.HeaderClassName
{
color: #875355;
}
.AnyTagClassName
{
color: #875355;
}
</style>
background-color css
<style>
a { background-color: #875355; }
a { background-color: rgb(135,83,85); }
div.DivClassName
{
background-color: #875355;
}
.BgClassName
{
background-color: #875355;
}
</style>
border-color css
<style>
span { border-color: #875355; }
span { border-color: rgb(135,83,85); }
td.TdClassName
{
border-color: #875355;
}
.TagClassName
{
border-color: #875355;
}
</style>