Shades of Solid Pink #875356
Tints of Solid Pink #875356
RGB
CMYK
RGB Variations
Color information
#875356 (or 0x875356) is known color: Solid Pink. HEX triplet: 87, 53 and 56. RGB value is (135,83,86). Sum of RGB (Red+Green+Blue) = 135+83+86=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875356 is #78ACA9. Grayscale: #626262. Windows color (decimal): -7908522 or 5657479. OLE color: 5657479.
HSL color Cylindrical-coordinate representation of color #875356: hue angle of 356.54º 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 #875356 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 86 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.47 |
| HSL | 356.54º | 0.24% | 0.43% | - |
| HSV(B) | 356.54º | 0.39% | 0.53% | - |
| XYZ | 14.76 | 12.01 | 10.34 | - |
| YUV | 98.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 86 | 0 | 0.39 | 0.36 | 0.47 | 356.54 | 0.24 | 0.43 |
| Hex | 87 | 53 | 56 | 0 | 27 | 24 | 2F | 165 | 18 | 2B |
| Octal | 207 | 123 | 126 | 0 | 47 | 44 | 57 | 545 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1010110 | 0 | 100111 | 100100 | 101111 | 101100101 | 11000 | 101011 |
Color Harmonies of #875356
Complementary color
Monochromatic Colors of #875356
Black with #875356
Text Example
Text Example
White with #875356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875356; }
p { color: rgb(135,83,86); }
H1.HeaderClassName
{
color: #875356;
}
.AnyTagClassName
{
color: #875356;
}
</style>
background-color css
<style>
a { background-color: #875356; }
a { background-color: rgb(135,83,86); }
div.DivClassName
{
background-color: #875356;
}
.BgClassName
{
background-color: #875356;
}
</style>
border-color css
<style>
span { border-color: #875356; }
span { border-color: rgb(135,83,86); }
td.TdClassName
{
border-color: #875356;
}
.TagClassName
{
border-color: #875356;
}
</style>