Shades of Trendy Pink #85437A
Tints of Trendy Pink #85437A
RGB
CMYK
RGB Variations
Color information
#85437A (or 0x85437A) is known color: Trendy Pink. HEX triplet: 85, 43 and 7A. RGB value is (133,67,122). Sum of RGB (Red+Green+Blue) = 133+67+122=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437A is #7ABC85. Grayscale: #5C5C5C. Windows color (decimal): -8043654 or 8012677. OLE color: 8012677.
HSL color Cylindrical-coordinate representation of color #85437A: hue angle of 310º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85437A is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 122 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.48 |
| HSL | 310º | 0.33% | 0.39% | - |
| HSV(B) | 310º | 0.5% | 0.52% | - |
| XYZ | 15.19 | 10.41 | 19.62 | - |
| YUV | 93 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 122 | 0 | 0.50 | 0.08 | 0.48 | 310 | 0.33 | 0.39 |
| Hex | 85 | 43 | 7A | 0 | 32 | 8 | 30 | 136 | 21 | 27 |
| Octal | 205 | 103 | 172 | 0 | 62 | 10 | 60 | 466 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1111010 | 0 | 110010 | 1000 | 110000 | 100110110 | 100001 | 100111 |
Color Harmonies of #85437A
Complementary color
Monochromatic Colors of #85437A
Black with #85437A
Text Example
Text Example
White with #85437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85437A; }
p { color: rgb(133,67,122); }
H1.HeaderClassName
{
color: #85437A;
}
.AnyTagClassName
{
color: #85437A;
}
</style>
background-color css
<style>
a { background-color: #85437A; }
a { background-color: rgb(133,67,122); }
div.DivClassName
{
background-color: #85437A;
}
.BgClassName
{
background-color: #85437A;
}
</style>
border-color css
<style>
span { border-color: #85437A; }
span { border-color: rgb(133,67,122); }
td.TdClassName
{
border-color: #85437A;
}
.TagClassName
{
border-color: #85437A;
}
</style>