Shades of Solid Pink #875B5C
Tints of Solid Pink #875B5C
RGB
CMYK
RGB Variations
Color information
#875B5C (or 0x875B5C) is known color: Solid Pink. HEX triplet: 87, 5B and 5C. RGB value is (135,91,92). Sum of RGB (Red+Green+Blue) = 135+91+92=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B5C is #78A4A3. Grayscale: #686868. Windows color (decimal): -7906468 or 6052743. OLE color: 6052743.
HSL color Cylindrical-coordinate representation of color #875B5C: hue angle of 358.64º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B5C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 92 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.47 |
| HSL | 358.64º | 0.19% | 0.44% | - |
| HSV(B) | 358.64º | 0.33% | 0.53% | - |
| XYZ | 15.66 | 13.41 | 11.89 | - |
| YUV | 104.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 92 | 0 | 0.33 | 0.32 | 0.47 | 358.64 | 0.19 | 0.44 |
| Hex | 87 | 5B | 5C | 0 | 21 | 20 | 2F | 167 | 13 | 2C |
| Octal | 207 | 133 | 134 | 0 | 41 | 40 | 57 | 547 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1011100 | 0 | 100001 | 100000 | 101111 | 101100111 | 10011 | 101100 |
Color Harmonies of #875B5C
Complementary color
Monochromatic Colors of #875B5C
Black with #875B5C
Text Example
Text Example
White with #875B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B5C; }
p { color: rgb(135,91,92); }
H1.HeaderClassName
{
color: #875B5C;
}
.AnyTagClassName
{
color: #875B5C;
}
</style>
background-color css
<style>
a { background-color: #875B5C; }
a { background-color: rgb(135,91,92); }
div.DivClassName
{
background-color: #875B5C;
}
.BgClassName
{
background-color: #875B5C;
}
</style>
border-color css
<style>
span { border-color: #875B5C; }
span { border-color: rgb(135,91,92); }
td.TdClassName
{
border-color: #875B5C;
}
.TagClassName
{
border-color: #875B5C;
}
</style>