Shades of Trendy Pink #875483
Tints of Trendy Pink #875483
RGB
CMYK
RGB Variations
Color information
#875483 (or 0x875483) is known color: Trendy Pink. HEX triplet: 87, 54 and 83. RGB value is (135,84,131). Sum of RGB (Red+Green+Blue) = 135+84+131=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875483 is #78AB7C. Grayscale: #686868. Windows color (decimal): -7908221 or 8606855. OLE color: 8606855.
HSL color Cylindrical-coordinate representation of color #875483: hue angle of 304.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875483 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 131 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.47 |
| HSL | 304.71º | 0.23% | 0.43% | - |
| HSV(B) | 304.71º | 0.38% | 0.53% | - |
| XYZ | 17.26 | 13.13 | 23.1 | - |
| YUV | 104.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 131 | 0 | 0.38 | 0.03 | 0.47 | 304.71 | 0.23 | 0.43 |
| Hex | 87 | 54 | 83 | 0 | 26 | 3 | 2F | 131 | 17 | 2B |
| Octal | 207 | 124 | 203 | 0 | 46 | 3 | 57 | 461 | 27 | 53 |
| Binary | 10000111 | 1010100 | 10000011 | 0 | 100110 | 11 | 101111 | 100110001 | 10111 | 101011 |
Color Harmonies of #875483
Complementary color
Monochromatic Colors of #875483
Black with #875483
Text Example
Text Example
White with #875483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875483; }
p { color: rgb(135,84,131); }
H1.HeaderClassName
{
color: #875483;
}
.AnyTagClassName
{
color: #875483;
}
</style>
background-color css
<style>
a { background-color: #875483; }
a { background-color: rgb(135,84,131); }
div.DivClassName
{
background-color: #875483;
}
.BgClassName
{
background-color: #875483;
}
</style>
border-color css
<style>
span { border-color: #875483; }
span { border-color: rgb(135,84,131); }
td.TdClassName
{
border-color: #875483;
}
.TagClassName
{
border-color: #875483;
}
</style>