Shades of Trendy Pink #85537B
Tints of Trendy Pink #85537B
RGB
CMYK
RGB Variations
Color information
#85537B (or 0x85537B) is known color: Trendy Pink. HEX triplet: 85, 53 and 7B. RGB value is (133,83,123). Sum of RGB (Red+Green+Blue) = 133+83+123=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537B is #7AAC84. Grayscale: #666666. Windows color (decimal): -8039557 or 8082309. OLE color: 8082309.
HSL color Cylindrical-coordinate representation of color #85537B: hue angle of 312º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85537B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 123 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.48 |
| HSL | 312º | 0.23% | 0.42% | - |
| HSV(B) | 312º | 0.38% | 0.52% | - |
| XYZ | 16.34 | 12.6 | 20.31 | - |
| YUV | 102.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 123 | 0 | 0.38 | 0.08 | 0.48 | 312 | 0.23 | 0.42 |
| Hex | 85 | 53 | 7B | 0 | 26 | 8 | 30 | 138 | 17 | 2A |
| Octal | 205 | 123 | 173 | 0 | 46 | 10 | 60 | 470 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1111011 | 0 | 100110 | 1000 | 110000 | 100111000 | 10111 | 101010 |
Color Harmonies of #85537B
Complementary color
Monochromatic Colors of #85537B
Black with #85537B
Text Example
Text Example
White with #85537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85537B; }
p { color: rgb(133,83,123); }
H1.HeaderClassName
{
color: #85537B;
}
.AnyTagClassName
{
color: #85537B;
}
</style>
background-color css
<style>
a { background-color: #85537B; }
a { background-color: rgb(133,83,123); }
div.DivClassName
{
background-color: #85537B;
}
.BgClassName
{
background-color: #85537B;
}
</style>
border-color css
<style>
span { border-color: #85537B; }
span { border-color: rgb(133,83,123); }
td.TdClassName
{
border-color: #85537B;
}
.TagClassName
{
border-color: #85537B;
}
</style>