Shades of Trendy Pink #85437B
Tints of Trendy Pink #85437B
RGB
CMYK
RGB Variations
Color information
#85437B (or 0x85437B) is known color: Trendy Pink. HEX triplet: 85, 43 and 7B. RGB value is (133,67,123). Sum of RGB (Red+Green+Blue) = 133+67+123=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437B is #7ABC84. Grayscale: #5C5C5C. Windows color (decimal): -8043653 or 8078213. OLE color: 8078213.
HSL color Cylindrical-coordinate representation of color #85437B: hue angle of 309.09º 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 #85437B is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 123 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.48 |
| HSL | 309.09º | 0.33% | 0.39% | - |
| HSV(B) | 309.09º | 0.5% | 0.52% | - |
| XYZ | 15.26 | 10.43 | 19.95 | - |
| YUV | 93.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 123 | 0 | 0.50 | 0.08 | 0.48 | 309.09 | 0.33 | 0.39 |
| Hex | 85 | 43 | 7B | 0 | 32 | 8 | 30 | 135 | 21 | 27 |
| Octal | 205 | 103 | 173 | 0 | 62 | 10 | 60 | 465 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1111011 | 0 | 110010 | 1000 | 110000 | 100110101 | 100001 | 100111 |
Color Harmonies of #85437B
Complementary color
Monochromatic Colors of #85437B
Black with #85437B
Text Example
Text Example
White with #85437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85437B; }
p { color: rgb(133,67,123); }
H1.HeaderClassName
{
color: #85437B;
}
.AnyTagClassName
{
color: #85437B;
}
</style>
background-color css
<style>
a { background-color: #85437B; }
a { background-color: rgb(133,67,123); }
div.DivClassName
{
background-color: #85437B;
}
.BgClassName
{
background-color: #85437B;
}
</style>
border-color css
<style>
span { border-color: #85437B; }
span { border-color: rgb(133,67,123); }
td.TdClassName
{
border-color: #85437B;
}
.TagClassName
{
border-color: #85437B;
}
</style>