Shades of Solid Pink #90424D
Tints of Solid Pink #90424D
RGB
CMYK
RGB Variations
Color information
#90424D (or 0x90424D) is known color: Solid Pink. HEX triplet: 90, 42 and 4D. RGB value is (144,66,77). Sum of RGB (Red+Green+Blue) = 144+66+77=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90424D is #6FBDB2. Grayscale: #5A5A5A. Windows color (decimal): -7323059 or 5063312. OLE color: 5063312.
HSL color Cylindrical-coordinate representation of color #90424D: hue angle of 351.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90424D is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 77 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.44 |
| HSL | 351.54º | 0.37% | 0.41% | - |
| HSV(B) | 351.54º | 0.54% | 0.56% | - |
| XYZ | 14.79 | 10.36 | 8.24 | - |
| YUV | 90.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 77 | 0 | 0.54 | 0.47 | 0.44 | 351.54 | 0.37 | 0.41 |
| Hex | 90 | 42 | 4D | 0 | 36 | 2F | 2C | 160 | 25 | 29 |
| Octal | 220 | 102 | 115 | 0 | 66 | 57 | 54 | 540 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1001101 | 0 | 110110 | 101111 | 101100 | 101100000 | 100101 | 101001 |
Color Harmonies of #90424D
Complementary color
Monochromatic Colors of #90424D
Black with #90424D
Text Example
Text Example
White with #90424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90424D; }
p { color: rgb(144,66,77); }
H1.HeaderClassName
{
color: #90424D;
}
.AnyTagClassName
{
color: #90424D;
}
</style>
background-color css
<style>
a { background-color: #90424D; }
a { background-color: rgb(144,66,77); }
div.DivClassName
{
background-color: #90424D;
}
.BgClassName
{
background-color: #90424D;
}
</style>
border-color css
<style>
span { border-color: #90424D; }
span { border-color: rgb(144,66,77); }
td.TdClassName
{
border-color: #90424D;
}
.TagClassName
{
border-color: #90424D;
}
</style>