Shades of Trendy Pink #715373
Tints of Trendy Pink #715373
RGB
CMYK
RGB Variations
Color information
#715373 (or 0x715373) is known color: Trendy Pink. HEX triplet: 71, 53 and 73. RGB value is (113,83,115). Sum of RGB (Red+Green+Blue) = 113+83+115=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #715373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715373 is #8EAC8C. Grayscale: #5F5F5F. Windows color (decimal): -9350285 or 7558001. OLE color: 7558001.
HSL color Cylindrical-coordinate representation of color #715373: hue angle of 296.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715373 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 83 | 115 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.55 |
| HSL | 296.25º | 0.16% | 0.39% | - |
| HSV(B) | 296.25º | 0.28% | 0.45% | - |
| XYZ | 13 | 10.94 | 17.65 | - |
| YUV | 95.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 115 | 0.02 | 0.28 | 0 | 0.55 | 296.25 | 0.16 | 0.39 |
| Hex | 71 | 53 | 73 | 2 | 1C | 0 | 37 | 128 | 10 | 27 |
| Octal | 161 | 123 | 163 | 2 | 34 | 0 | 67 | 450 | 20 | 47 |
| Binary | 1110001 | 1010011 | 1110011 | 10 | 11100 | 0 | 110111 | 100101000 | 10000 | 100111 |
Color Harmonies of #715373
Complementary color
Monochromatic Colors of #715373
Black with #715373
Text Example
Text Example
White with #715373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715373; }
p { color: rgb(113,83,115); }
H1.HeaderClassName
{
color: #715373;
}
.AnyTagClassName
{
color: #715373;
}
</style>
background-color css
<style>
a { background-color: #715373; }
a { background-color: rgb(113,83,115); }
div.DivClassName
{
background-color: #715373;
}
.BgClassName
{
background-color: #715373;
}
</style>
border-color css
<style>
span { border-color: #715373; }
span { border-color: rgb(113,83,115); }
td.TdClassName
{
border-color: #715373;
}
.TagClassName
{
border-color: #715373;
}
</style>