Shades of Solid Pink #924953
Tints of Solid Pink #924953
RGB
CMYK
RGB Variations
Color information
#924953 (or 0x924953) is known color: Solid Pink. HEX triplet: 92, 49 and 53. RGB value is (146,73,83). Sum of RGB (Red+Green+Blue) = 146+73+83=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #924953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924953 is #6DB6AC. Grayscale: #606060. Windows color (decimal): -7190189 or 5458322. OLE color: 5458322.
HSL color Cylindrical-coordinate representation of color #924953: hue angle of 351.78º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924953 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 83 | - |
| CMYK | 0 | 0.5 | 0.43 | 0.43 |
| HSL | 351.78º | 0.33% | 0.43% | - |
| HSV(B) | 351.78º | 0.5% | 0.57% | - |
| XYZ | 15.8 | 11.5 | 9.57 | - |
| YUV | 95.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 83 | 0 | 0.5 | 0.43 | 0.43 | 351.78 | 0.33 | 0.43 |
| Hex | 92 | 49 | 53 | 0 | 32 | 2B | 2B | 160 | 21 | 2B |
| Octal | 222 | 111 | 123 | 0 | 62 | 53 | 53 | 540 | 41 | 53 |
| Binary | 10010010 | 1001001 | 1010011 | 0 | 110010 | 101011 | 101011 | 101100000 | 100001 | 101011 |
Color Harmonies of #924953
Complementary color
Monochromatic Colors of #924953
Black with #924953
Text Example
Text Example
White with #924953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924953; }
p { color: rgb(146,73,83); }
H1.HeaderClassName
{
color: #924953;
}
.AnyTagClassName
{
color: #924953;
}
</style>
background-color css
<style>
a { background-color: #924953; }
a { background-color: rgb(146,73,83); }
div.DivClassName
{
background-color: #924953;
}
.BgClassName
{
background-color: #924953;
}
</style>
border-color css
<style>
span { border-color: #924953; }
span { border-color: rgb(146,73,83); }
td.TdClassName
{
border-color: #924953;
}
.TagClassName
{
border-color: #924953;
}
</style>