Shades of Trendy Pink #735373
Tints of Trendy Pink #735373
RGB
CMYK
RGB Variations
Color information
#735373 (or 0x735373) is known color: Trendy Pink. HEX triplet: 73, 53 and 73. RGB value is (115,83,115). Sum of RGB (Red+Green+Blue) = 115+83+115=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735373 is #8CAC8C. Grayscale: #606060. Windows color (decimal): -9219213 or 7558003. OLE color: 7558003.
HSL color Cylindrical-coordinate representation of color #735373: hue angle of 300º 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 #735373 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 115 | - |
| CMYK | 0 | 0.28 | 0 | 0.55 |
| HSL | 300º | 0.16% | 0.39% | - |
| HSV(B) | 300º | 0.28% | 0.45% | - |
| XYZ | 13.26 | 11.07 | 17.66 | - |
| YUV | 96.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 115 | 0 | 0.28 | 0 | 0.55 | 300 | 0.16 | 0.39 |
| Hex | 73 | 53 | 73 | 0 | 1C | 0 | 37 | 12C | 10 | 27 |
| Octal | 163 | 123 | 163 | 0 | 34 | 0 | 67 | 454 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1110011 | 0 | 11100 | 0 | 110111 | 100101100 | 10000 | 100111 |
Color Harmonies of #735373
Complementary color
Monochromatic Colors of #735373
Black with #735373
Text Example
Text Example
White with #735373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735373; }
p { color: rgb(115,83,115); }
H1.HeaderClassName
{
color: #735373;
}
.AnyTagClassName
{
color: #735373;
}
</style>
background-color css
<style>
a { background-color: #735373; }
a { background-color: rgb(115,83,115); }
div.DivClassName
{
background-color: #735373;
}
.BgClassName
{
background-color: #735373;
}
</style>
border-color css
<style>
span { border-color: #735373; }
span { border-color: rgb(115,83,115); }
td.TdClassName
{
border-color: #735373;
}
.TagClassName
{
border-color: #735373;
}
</style>