Shades of Solid Pink #90404A
Tints of Solid Pink #90404A
RGB
CMYK
RGB Variations
Color information
#90404A (or 0x90404A) is known color: Solid Pink. HEX triplet: 90, 40 and 4A. RGB value is (144,64,74). Sum of RGB (Red+Green+Blue) = 144+64+74=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #90404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90404A is #6FBFB5. Grayscale: #595959. Windows color (decimal): -7323574 or 4866192. OLE color: 4866192.
HSL color Cylindrical-coordinate representation of color #90404A: hue angle of 352.5º 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 #90404A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 74 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.44 |
| HSL | 352.5º | 0.38% | 0.41% | - |
| HSV(B) | 352.5º | 0.56% | 0.56% | - |
| XYZ | 14.57 | 10.09 | 7.66 | - |
| YUV | 89.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 74 | 0 | 0.56 | 0.49 | 0.44 | 352.5 | 0.38 | 0.41 |
| Hex | 90 | 40 | 4A | 0 | 38 | 31 | 2C | 160 | 26 | 29 |
| Octal | 220 | 100 | 112 | 0 | 70 | 61 | 54 | 540 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1001010 | 0 | 111000 | 110001 | 101100 | 101100000 | 100110 | 101001 |
Color Harmonies of #90404A
Complementary color
Monochromatic Colors of #90404A
Black with #90404A
Text Example
Text Example
White with #90404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90404A; }
p { color: rgb(144,64,74); }
H1.HeaderClassName
{
color: #90404A;
}
.AnyTagClassName
{
color: #90404A;
}
</style>
background-color css
<style>
a { background-color: #90404A; }
a { background-color: rgb(144,64,74); }
div.DivClassName
{
background-color: #90404A;
}
.BgClassName
{
background-color: #90404A;
}
</style>
border-color css
<style>
span { border-color: #90404A; }
span { border-color: rgb(144,64,74); }
td.TdClassName
{
border-color: #90404A;
}
.TagClassName
{
border-color: #90404A;
}
</style>