Shades of Solid Pink #855659
Tints of Solid Pink #855659
RGB
CMYK
RGB Variations
Color information
#855659 (or 0x855659) is known color: Solid Pink. HEX triplet: 85, 56 and 59. RGB value is (133,86,89). Sum of RGB (Red+Green+Blue) = 133+86+89=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855659 is #7AA9A6. Grayscale: #646464. Windows color (decimal): -8038823 or 5854853. OLE color: 5854853.
HSL color Cylindrical-coordinate representation of color #855659: hue angle of 356.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855659 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 89 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.48 |
| HSL | 356.17º | 0.21% | 0.43% | - |
| HSV(B) | 356.17º | 0.35% | 0.52% | - |
| XYZ | 14.8 | 12.36 | 11.06 | - |
| YUV | 100.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 89 | 0 | 0.35 | 0.33 | 0.48 | 356.17 | 0.21 | 0.43 |
| Hex | 85 | 56 | 59 | 0 | 23 | 21 | 30 | 164 | 15 | 2B |
| Octal | 205 | 126 | 131 | 0 | 43 | 41 | 60 | 544 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1011001 | 0 | 100011 | 100001 | 110000 | 101100100 | 10101 | 101011 |
Color Harmonies of #855659
Complementary color
Monochromatic Colors of #855659
Black with #855659
Text Example
Text Example
White with #855659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855659; }
p { color: rgb(133,86,89); }
H1.HeaderClassName
{
color: #855659;
}
.AnyTagClassName
{
color: #855659;
}
</style>
background-color css
<style>
a { background-color: #855659; }
a { background-color: rgb(133,86,89); }
div.DivClassName
{
background-color: #855659;
}
.BgClassName
{
background-color: #855659;
}
</style>
border-color css
<style>
span { border-color: #855659; }
span { border-color: rgb(133,86,89); }
td.TdClassName
{
border-color: #855659;
}
.TagClassName
{
border-color: #855659;
}
</style>