Shades of Solid Pink #904149
Tints of Solid Pink #904149
RGB
CMYK
RGB Variations
Color information
#904149 (or 0x904149) is known color: Solid Pink. HEX triplet: 90, 41 and 49. RGB value is (144,65,73). Sum of RGB (Red+Green+Blue) = 144+65+73=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #904149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904149 is #6FBEB6. Grayscale: #595959. Windows color (decimal): -7323319 or 4800912. OLE color: 4800912.
HSL color Cylindrical-coordinate representation of color #904149: hue angle of 353.92º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904149 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 73 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.44 |
| HSL | 353.92º | 0.38% | 0.41% | - |
| HSV(B) | 353.92º | 0.55% | 0.56% | - |
| XYZ | 14.59 | 10.19 | 7.5 | - |
| YUV | 89.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 73 | 0 | 0.55 | 0.49 | 0.44 | 353.92 | 0.38 | 0.41 |
| Hex | 90 | 41 | 49 | 0 | 37 | 31 | 2C | 162 | 26 | 29 |
| Octal | 220 | 101 | 111 | 0 | 67 | 61 | 54 | 542 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1001001 | 0 | 110111 | 110001 | 101100 | 101100010 | 100110 | 101001 |
Color Harmonies of #904149
Complementary color
Monochromatic Colors of #904149
Black with #904149
Text Example
Text Example
White with #904149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904149; }
p { color: rgb(144,65,73); }
H1.HeaderClassName
{
color: #904149;
}
.AnyTagClassName
{
color: #904149;
}
</style>
background-color css
<style>
a { background-color: #904149; }
a { background-color: rgb(144,65,73); }
div.DivClassName
{
background-color: #904149;
}
.BgClassName
{
background-color: #904149;
}
</style>
border-color css
<style>
span { border-color: #904149; }
span { border-color: rgb(144,65,73); }
td.TdClassName
{
border-color: #904149;
}
.TagClassName
{
border-color: #904149;
}
</style>