Shades of Trendy Pink #735072
Tints of Trendy Pink #735072
RGB
CMYK
RGB Variations
Color information
#735072 (or 0x735072) is known color: Trendy Pink. HEX triplet: 73, 50 and 72. RGB value is (115,80,114). Sum of RGB (Red+Green+Blue) = 115+80+114=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #735072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735072 is #8CAF8D. Grayscale: #5E5E5E. Windows color (decimal): -9219982 or 7491699. OLE color: 7491699.
HSL color Cylindrical-coordinate representation of color #735072: hue angle of 301.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735072 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 114 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.55 |
| HSL | 301.71º | 0.18% | 0.38% | - |
| HSV(B) | 301.71º | 0.3% | 0.45% | - |
| XYZ | 12.98 | 10.6 | 17.28 | - |
| YUV | 94.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 114 | 0 | 0.30 | 0.01 | 0.55 | 301.71 | 0.18 | 0.38 |
| Hex | 73 | 50 | 72 | 0 | 1E | 1 | 37 | 12E | 12 | 26 |
| Octal | 163 | 120 | 162 | 0 | 36 | 1 | 67 | 456 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1110010 | 0 | 11110 | 1 | 110111 | 100101110 | 10010 | 100110 |
Color Harmonies of #735072
Complementary color
Monochromatic Colors of #735072
Black with #735072
Text Example
Text Example
White with #735072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735072; }
p { color: rgb(115,80,114); }
H1.HeaderClassName
{
color: #735072;
}
.AnyTagClassName
{
color: #735072;
}
</style>
background-color css
<style>
a { background-color: #735072; }
a { background-color: rgb(115,80,114); }
div.DivClassName
{
background-color: #735072;
}
.BgClassName
{
background-color: #735072;
}
</style>
border-color css
<style>
span { border-color: #735072; }
span { border-color: rgb(115,80,114); }
td.TdClassName
{
border-color: #735072;
}
.TagClassName
{
border-color: #735072;
}
</style>