Shades of Solid Pink #754B53
Tints of Solid Pink #754B53
RGB
CMYK
RGB Variations
Color information
#754B53 (or 0x754B53) is known color: Solid Pink. HEX triplet: 75, 4B and 53. RGB value is (117,75,83). Sum of RGB (Red+Green+Blue) = 117+75+83=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B53 is #8AB4AC. Grayscale: #585858. Windows color (decimal): -9090221 or 5458805. OLE color: 5458805.
HSL color Cylindrical-coordinate representation of color #754B53: hue angle of 348.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B53 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 83 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.54 |
| HSL | 348.57º | 0.22% | 0.38% | - |
| HSV(B) | 348.57º | 0.36% | 0.46% | - |
| XYZ | 11.41 | 9.44 | 9.4 | - |
| YUV | 88.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 83 | 0 | 0.36 | 0.29 | 0.54 | 348.57 | 0.22 | 0.38 |
| Hex | 75 | 4B | 53 | 0 | 24 | 1D | 36 | 15D | 16 | 26 |
| Octal | 165 | 113 | 123 | 0 | 44 | 35 | 66 | 535 | 26 | 46 |
| Binary | 1110101 | 1001011 | 1010011 | 0 | 100100 | 11101 | 110110 | 101011101 | 10110 | 100110 |
Color Harmonies of #754B53
Complementary color
Monochromatic Colors of #754B53
Black with #754B53
Text Example
Text Example
White with #754B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B53; }
p { color: rgb(117,75,83); }
H1.HeaderClassName
{
color: #754B53;
}
.AnyTagClassName
{
color: #754B53;
}
</style>
background-color css
<style>
a { background-color: #754B53; }
a { background-color: rgb(117,75,83); }
div.DivClassName
{
background-color: #754B53;
}
.BgClassName
{
background-color: #754B53;
}
</style>
border-color css
<style>
span { border-color: #754B53; }
span { border-color: rgb(117,75,83); }
td.TdClassName
{
border-color: #754B53;
}
.TagClassName
{
border-color: #754B53;
}
</style>