Shades of Trendy Pink #735573
Tints of Trendy Pink #735573
RGB
CMYK
RGB Variations
Color information
#735573 (or 0x735573) is known color: Trendy Pink. HEX triplet: 73, 55 and 73. RGB value is (115,85,115). Sum of RGB (Red+Green+Blue) = 115+85+115=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735573 is #8CAA8C. Grayscale: #616161. Windows color (decimal): -9218701 or 7558515. OLE color: 7558515.
HSL color Cylindrical-coordinate representation of color #735573: hue angle of 300º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735573 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 115 | - |
| CMYK | 0 | 0.26 | 0 | 0.55 |
| HSL | 300º | 0.15% | 0.39% | - |
| HSV(B) | 300º | 0.26% | 0.45% | - |
| XYZ | 13.41 | 11.38 | 17.71 | - |
| YUV | 97.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 115 | 0 | 0.26 | 0 | 0.55 | 300 | 0.15 | 0.39 |
| Hex | 73 | 55 | 73 | 0 | 1A | 0 | 37 | 12C | F | 27 |
| Octal | 163 | 125 | 163 | 0 | 32 | 0 | 67 | 454 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1110011 | 0 | 11010 | 0 | 110111 | 100101100 | 1111 | 100111 |
Color Harmonies of #735573
Complementary color
Monochromatic Colors of #735573
Black with #735573
Text Example
Text Example
White with #735573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735573; }
p { color: rgb(115,85,115); }
H1.HeaderClassName
{
color: #735573;
}
.AnyTagClassName
{
color: #735573;
}
</style>
background-color css
<style>
a { background-color: #735573; }
a { background-color: rgb(115,85,115); }
div.DivClassName
{
background-color: #735573;
}
.BgClassName
{
background-color: #735573;
}
</style>
border-color css
<style>
span { border-color: #735573; }
span { border-color: rgb(115,85,115); }
td.TdClassName
{
border-color: #735573;
}
.TagClassName
{
border-color: #735573;
}
</style>