Shades of Trendy Pink #865175
Tints of Trendy Pink #865175
RGB
CMYK
RGB Variations
Color information
#865175 (or 0x865175) is known color: Trendy Pink. HEX triplet: 86, 51 and 75. RGB value is (134,81,117). Sum of RGB (Red+Green+Blue) = 134+81+117=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865175 is #79AE8A. Grayscale: #646464. Windows color (decimal): -7974539 or 7688582. OLE color: 7688582.
HSL color Cylindrical-coordinate representation of color #865175: hue angle of 319.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865175 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 117 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.47 |
| HSL | 319.25º | 0.25% | 0.42% | - |
| HSV(B) | 319.25º | 0.4% | 0.53% | - |
| XYZ | 15.98 | 12.24 | 18.35 | - |
| YUV | 100.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 117 | 0 | 0.40 | 0.13 | 0.47 | 319.25 | 0.25 | 0.42 |
| Hex | 86 | 51 | 75 | 0 | 28 | D | 2F | 13F | 19 | 2A |
| Octal | 206 | 121 | 165 | 0 | 50 | 15 | 57 | 477 | 31 | 52 |
| Binary | 10000110 | 1010001 | 1110101 | 0 | 101000 | 1101 | 101111 | 100111111 | 11001 | 101010 |
Color Harmonies of #865175
Complementary color
Monochromatic Colors of #865175
Black with #865175
Text Example
Text Example
White with #865175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865175; }
p { color: rgb(134,81,117); }
H1.HeaderClassName
{
color: #865175;
}
.AnyTagClassName
{
color: #865175;
}
</style>
background-color css
<style>
a { background-color: #865175; }
a { background-color: rgb(134,81,117); }
div.DivClassName
{
background-color: #865175;
}
.BgClassName
{
background-color: #865175;
}
</style>
border-color css
<style>
span { border-color: #865175; }
span { border-color: rgb(134,81,117); }
td.TdClassName
{
border-color: #865175;
}
.TagClassName
{
border-color: #865175;
}
</style>