Shades of Trendy Pink #815575
Tints of Trendy Pink #815575
RGB
CMYK
RGB Variations
Color information
#815575 (or 0x815575) is known color: Trendy Pink. HEX triplet: 81, 55 and 75. RGB value is (129,85,117). Sum of RGB (Red+Green+Blue) = 129+85+117=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815575 is #7EAA8A. Grayscale: #656565. Windows color (decimal): -8301195 or 7689601. OLE color: 7689601.
HSL color Cylindrical-coordinate representation of color #815575: hue angle of 316.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815575 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 117 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.49 |
| HSL | 316.36º | 0.21% | 0.42% | - |
| HSV(B) | 316.36º | 0.34% | 0.51% | - |
| XYZ | 15.51 | 12.45 | 18.41 | - |
| YUV | 101.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 117 | 0 | 0.34 | 0.09 | 0.49 | 316.36 | 0.21 | 0.42 |
| Hex | 81 | 55 | 75 | 0 | 22 | 9 | 31 | 13C | 15 | 2A |
| Octal | 201 | 125 | 165 | 0 | 42 | 11 | 61 | 474 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1110101 | 0 | 100010 | 1001 | 110001 | 100111100 | 10101 | 101010 |
Color Harmonies of #815575
Complementary color
Monochromatic Colors of #815575
Black with #815575
Text Example
Text Example
White with #815575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815575; }
p { color: rgb(129,85,117); }
H1.HeaderClassName
{
color: #815575;
}
.AnyTagClassName
{
color: #815575;
}
</style>
background-color css
<style>
a { background-color: #815575; }
a { background-color: rgb(129,85,117); }
div.DivClassName
{
background-color: #815575;
}
.BgClassName
{
background-color: #815575;
}
</style>
border-color css
<style>
span { border-color: #815575; }
span { border-color: rgb(129,85,117); }
td.TdClassName
{
border-color: #815575;
}
.TagClassName
{
border-color: #815575;
}
</style>