Shades of Trendy Pink #735372
Tints of Trendy Pink #735372
RGB
CMYK
RGB Variations
Color information
#735372 (or 0x735372) is known color: Trendy Pink. HEX triplet: 73, 53 and 72. RGB value is (115,83,114). Sum of RGB (Red+Green+Blue) = 115+83+114=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735372 is #8CAC8D. Grayscale: #606060. Windows color (decimal): -9219214 or 7492467. OLE color: 7492467.
HSL color Cylindrical-coordinate representation of color #735372: hue angle of 301.88º 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 #735372 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 114 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.55 |
| HSL | 301.88º | 0.16% | 0.39% | - |
| HSV(B) | 301.88º | 0.28% | 0.45% | - |
| XYZ | 13.2 | 11.05 | 17.36 | - |
| YUV | 96.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 114 | 0 | 0.28 | 0.01 | 0.55 | 301.88 | 0.16 | 0.39 |
| Hex | 73 | 53 | 72 | 0 | 1C | 1 | 37 | 12E | 10 | 27 |
| Octal | 163 | 123 | 162 | 0 | 34 | 1 | 67 | 456 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1110010 | 0 | 11100 | 1 | 110111 | 100101110 | 10000 | 100111 |
Color Harmonies of #735372
Complementary color
Monochromatic Colors of #735372
Black with #735372
Text Example
Text Example
White with #735372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735372; }
p { color: rgb(115,83,114); }
H1.HeaderClassName
{
color: #735372;
}
.AnyTagClassName
{
color: #735372;
}
</style>
background-color css
<style>
a { background-color: #735372; }
a { background-color: rgb(115,83,114); }
div.DivClassName
{
background-color: #735372;
}
.BgClassName
{
background-color: #735372;
}
</style>
border-color css
<style>
span { border-color: #735372; }
span { border-color: rgb(115,83,114); }
td.TdClassName
{
border-color: #735372;
}
.TagClassName
{
border-color: #735372;
}
</style>