Shades of Solid Pink #924749
Tints of Solid Pink #924749
RGB
CMYK
RGB Variations
Color information
#924749 (or 0x924749) is known color: Solid Pink. HEX triplet: 92, 47 and 49. RGB value is (146,71,73). Sum of RGB (Red+Green+Blue) = 146+71+73=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #924749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924749 is #6DB8B6. Grayscale: #5D5D5D. Windows color (decimal): -7190711 or 4802450. OLE color: 4802450.
HSL color Cylindrical-coordinate representation of color #924749: hue angle of 358.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924749 is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 71 | 73 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.43 |
| HSL | 358.4º | 0.35% | 0.43% | - |
| HSV(B) | 358.4º | 0.51% | 0.57% | - |
| XYZ | 15.31 | 11.1 | 7.64 | - |
| YUV | 93.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 73 | 0 | 0.51 | 0.5 | 0.43 | 358.4 | 0.35 | 0.43 |
| Hex | 92 | 47 | 49 | 0 | 33 | 32 | 2B | 166 | 23 | 2B |
| Octal | 222 | 107 | 111 | 0 | 63 | 62 | 53 | 546 | 43 | 53 |
| Binary | 10010010 | 1000111 | 1001001 | 0 | 110011 | 110010 | 101011 | 101100110 | 100011 | 101011 |
Color Harmonies of #924749
Complementary color
Monochromatic Colors of #924749
Black with #924749
Text Example
Text Example
White with #924749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924749; }
p { color: rgb(146,71,73); }
H1.HeaderClassName
{
color: #924749;
}
.AnyTagClassName
{
color: #924749;
}
</style>
background-color css
<style>
a { background-color: #924749; }
a { background-color: rgb(146,71,73); }
div.DivClassName
{
background-color: #924749;
}
.BgClassName
{
background-color: #924749;
}
</style>
border-color css
<style>
span { border-color: #924749; }
span { border-color: rgb(146,71,73); }
td.TdClassName
{
border-color: #924749;
}
.TagClassName
{
border-color: #924749;
}
</style>