Shades of Solid Pink #90404D
Tints of Solid Pink #90404D
RGB
CMYK
RGB Variations
Color information
#90404D (or 0x90404D) is known color: Solid Pink. HEX triplet: 90, 40 and 4D. RGB value is (144,64,77). Sum of RGB (Red+Green+Blue) = 144+64+77=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90404D is #6FBFB2. Grayscale: #595959. Windows color (decimal): -7323571 or 5062800. OLE color: 5062800.
HSL color Cylindrical-coordinate representation of color #90404D: hue angle of 350.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90404D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 77 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.44 |
| HSL | 350.25º | 0.38% | 0.41% | - |
| HSV(B) | 350.25º | 0.56% | 0.56% | - |
| XYZ | 14.67 | 10.13 | 8.2 | - |
| YUV | 89.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 77 | 0 | 0.56 | 0.47 | 0.44 | 350.25 | 0.38 | 0.41 |
| Hex | 90 | 40 | 4D | 0 | 38 | 2F | 2C | 15E | 26 | 29 |
| Octal | 220 | 100 | 115 | 0 | 70 | 57 | 54 | 536 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1001101 | 0 | 111000 | 101111 | 101100 | 101011110 | 100110 | 101001 |
Color Harmonies of #90404D
Complementary color
Monochromatic Colors of #90404D
Black with #90404D
Text Example
Text Example
White with #90404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90404D; }
p { color: rgb(144,64,77); }
H1.HeaderClassName
{
color: #90404D;
}
.AnyTagClassName
{
color: #90404D;
}
</style>
background-color css
<style>
a { background-color: #90404D; }
a { background-color: rgb(144,64,77); }
div.DivClassName
{
background-color: #90404D;
}
.BgClassName
{
background-color: #90404D;
}
</style>
border-color css
<style>
span { border-color: #90404D; }
span { border-color: rgb(144,64,77); }
td.TdClassName
{
border-color: #90404D;
}
.TagClassName
{
border-color: #90404D;
}
</style>