Shades of Solid Pink #90494F
Tints of Solid Pink #90494F
RGB
CMYK
RGB Variations
Color information
#90494F (or 0x90494F) is known color: Solid Pink. HEX triplet: 90, 49 and 4F. RGB value is (144,73,79). Sum of RGB (Red+Green+Blue) = 144+73+79=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #90494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90494F is #6FB6B0. Grayscale: #5E5E5E. Windows color (decimal): -7321265 or 5196176. OLE color: 5196176.
HSL color Cylindrical-coordinate representation of color #90494F: hue angle of 354.93º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90494F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 79 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.44 |
| HSL | 354.93º | 0.33% | 0.43% | - |
| HSV(B) | 354.93º | 0.49% | 0.56% | - |
| XYZ | 15.3 | 11.26 | 8.76 | - |
| YUV | 94.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 79 | 0 | 0.49 | 0.45 | 0.44 | 354.93 | 0.33 | 0.43 |
| Hex | 90 | 49 | 4F | 0 | 31 | 2D | 2C | 163 | 21 | 2B |
| Octal | 220 | 111 | 117 | 0 | 61 | 55 | 54 | 543 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1001111 | 0 | 110001 | 101101 | 101100 | 101100011 | 100001 | 101011 |
Color Harmonies of #90494F
Complementary color
Monochromatic Colors of #90494F
Black with #90494F
Text Example
Text Example
White with #90494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90494F; }
p { color: rgb(144,73,79); }
H1.HeaderClassName
{
color: #90494F;
}
.AnyTagClassName
{
color: #90494F;
}
</style>
background-color css
<style>
a { background-color: #90494F; }
a { background-color: rgb(144,73,79); }
div.DivClassName
{
background-color: #90494F;
}
.BgClassName
{
background-color: #90494F;
}
</style>
border-color css
<style>
span { border-color: #90494F; }
span { border-color: rgb(144,73,79); }
td.TdClassName
{
border-color: #90494F;
}
.TagClassName
{
border-color: #90494F;
}
</style>