Shades of Solid Pink #85595A
Tints of Solid Pink #85595A
RGB
CMYK
RGB Variations
Color information
#85595A (or 0x85595A) is known color: Solid Pink. HEX triplet: 85, 59 and 5A. RGB value is (133,89,90). Sum of RGB (Red+Green+Blue) = 133+89+90=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85595A is #7AA6A5. Grayscale: #666666. Windows color (decimal): -8038054 or 5921157. OLE color: 5921157.
HSL color Cylindrical-coordinate representation of color #85595A: hue angle of 358.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85595A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 90 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.48 |
| HSL | 358.64º | 0.2% | 0.44% | - |
| HSV(B) | 358.64º | 0.33% | 0.52% | - |
| XYZ | 15.09 | 12.87 | 11.36 | - |
| YUV | 102.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 90 | 0 | 0.33 | 0.32 | 0.48 | 358.64 | 0.2 | 0.44 |
| Hex | 85 | 59 | 5A | 0 | 21 | 20 | 30 | 167 | 14 | 2C |
| Octal | 205 | 131 | 132 | 0 | 41 | 40 | 60 | 547 | 24 | 54 |
| Binary | 10000101 | 1011001 | 1011010 | 0 | 100001 | 100000 | 110000 | 101100111 | 10100 | 101100 |
Color Harmonies of #85595A
Complementary color
Monochromatic Colors of #85595A
Black with #85595A
Text Example
Text Example
White with #85595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85595A; }
p { color: rgb(133,89,90); }
H1.HeaderClassName
{
color: #85595A;
}
.AnyTagClassName
{
color: #85595A;
}
</style>
background-color css
<style>
a { background-color: #85595A; }
a { background-color: rgb(133,89,90); }
div.DivClassName
{
background-color: #85595A;
}
.BgClassName
{
background-color: #85595A;
}
</style>
border-color css
<style>
span { border-color: #85595A; }
span { border-color: rgb(133,89,90); }
td.TdClassName
{
border-color: #85595A;
}
.TagClassName
{
border-color: #85595A;
}
</style>