Shades of Solid Pink #924049
Tints of Solid Pink #924049
RGB
CMYK
RGB Variations
Color information
#924049 (or 0x924049) is known color: Solid Pink. HEX triplet: 92, 40 and 49. RGB value is (146,64,73). Sum of RGB (Red+Green+Blue) = 146+64+73=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #924049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924049 is #6DBFB6. Grayscale: #595959. Windows color (decimal): -7192503 or 4800658. OLE color: 4800658.
HSL color Cylindrical-coordinate representation of color #924049: hue angle of 353.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924049 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 73 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.43 |
| HSL | 353.41º | 0.39% | 0.41% | - |
| HSV(B) | 353.41º | 0.56% | 0.57% | - |
| XYZ | 14.89 | 10.26 | 7.5 | - |
| YUV | 89.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 73 | 0 | 0.56 | 0.5 | 0.43 | 353.41 | 0.39 | 0.41 |
| Hex | 92 | 40 | 49 | 0 | 38 | 32 | 2B | 161 | 27 | 29 |
| Octal | 222 | 100 | 111 | 0 | 70 | 62 | 53 | 541 | 47 | 51 |
| Binary | 10010010 | 1000000 | 1001001 | 0 | 111000 | 110010 | 101011 | 101100001 | 100111 | 101001 |
Color Harmonies of #924049
Complementary color
Monochromatic Colors of #924049
Black with #924049
Text Example
Text Example
White with #924049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924049; }
p { color: rgb(146,64,73); }
H1.HeaderClassName
{
color: #924049;
}
.AnyTagClassName
{
color: #924049;
}
</style>
background-color css
<style>
a { background-color: #924049; }
a { background-color: rgb(146,64,73); }
div.DivClassName
{
background-color: #924049;
}
.BgClassName
{
background-color: #924049;
}
</style>
border-color css
<style>
span { border-color: #924049; }
span { border-color: rgb(146,64,73); }
td.TdClassName
{
border-color: #924049;
}
.TagClassName
{
border-color: #924049;
}
</style>