Shades of Solid Pink #90424B
Tints of Solid Pink #90424B
RGB
CMYK
RGB Variations
Color information
#90424B (or 0x90424B) is known color: Solid Pink. HEX triplet: 90, 42 and 4B. RGB value is (144,66,75). Sum of RGB (Red+Green+Blue) = 144+66+75=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90424B is #6FBDB4. Grayscale: #5A5A5A. Windows color (decimal): -7323061 or 4932240. OLE color: 4932240.
HSL color Cylindrical-coordinate representation of color #90424B: hue angle of 353.08º 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 #90424B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 75 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.44 |
| HSL | 353.08º | 0.37% | 0.41% | - |
| HSV(B) | 353.08º | 0.54% | 0.56% | - |
| XYZ | 14.72 | 10.33 | 7.88 | - |
| YUV | 90.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 75 | 0 | 0.54 | 0.48 | 0.44 | 353.08 | 0.37 | 0.41 |
| Hex | 90 | 42 | 4B | 0 | 36 | 30 | 2C | 161 | 25 | 29 |
| Octal | 220 | 102 | 113 | 0 | 66 | 60 | 54 | 541 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1001011 | 0 | 110110 | 110000 | 101100 | 101100001 | 100101 | 101001 |
Color Harmonies of #90424B
Complementary color
Monochromatic Colors of #90424B
Black with #90424B
Text Example
Text Example
White with #90424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90424B; }
p { color: rgb(144,66,75); }
H1.HeaderClassName
{
color: #90424B;
}
.AnyTagClassName
{
color: #90424B;
}
</style>
background-color css
<style>
a { background-color: #90424B; }
a { background-color: rgb(144,66,75); }
div.DivClassName
{
background-color: #90424B;
}
.BgClassName
{
background-color: #90424B;
}
</style>
border-color css
<style>
span { border-color: #90424B; }
span { border-color: rgb(144,66,75); }
td.TdClassName
{
border-color: #90424B;
}
.TagClassName
{
border-color: #90424B;
}
</style>