Shades of Solid Pink #934753
Tints of Solid Pink #934753
RGB
CMYK
RGB Variations
Color information
#934753 (or 0x934753) is known color: Solid Pink. HEX triplet: 93, 47 and 53. RGB value is (147,71,83). Sum of RGB (Red+Green+Blue) = 147+71+83=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #934753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934753 is #6CB8AC. Grayscale: #5F5F5F. Windows color (decimal): -7125165 or 5457811. OLE color: 5457811.
HSL color Cylindrical-coordinate representation of color #934753: hue angle of 350.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934753 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 83 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.42 |
| HSL | 350.53º | 0.35% | 0.43% | - |
| HSV(B) | 350.53º | 0.52% | 0.58% | - |
| XYZ | 15.85 | 11.33 | 9.54 | - |
| YUV | 95.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 83 | 0 | 0.52 | 0.44 | 0.42 | 350.53 | 0.35 | 0.43 |
| Hex | 93 | 47 | 53 | 0 | 34 | 2C | 2A | 15F | 23 | 2B |
| Octal | 223 | 107 | 123 | 0 | 64 | 54 | 52 | 537 | 43 | 53 |
| Binary | 10010011 | 1000111 | 1010011 | 0 | 110100 | 101100 | 101010 | 101011111 | 100011 | 101011 |
Color Harmonies of #934753
Complementary color
Monochromatic Colors of #934753
Black with #934753
Text Example
Text Example
White with #934753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934753; }
p { color: rgb(147,71,83); }
H1.HeaderClassName
{
color: #934753;
}
.AnyTagClassName
{
color: #934753;
}
</style>
background-color css
<style>
a { background-color: #934753; }
a { background-color: rgb(147,71,83); }
div.DivClassName
{
background-color: #934753;
}
.BgClassName
{
background-color: #934753;
}
</style>
border-color css
<style>
span { border-color: #934753; }
span { border-color: rgb(147,71,83); }
td.TdClassName
{
border-color: #934753;
}
.TagClassName
{
border-color: #934753;
}
</style>