Shades of Solid Pink #90414C
Tints of Solid Pink #90414C
RGB
CMYK
RGB Variations
Color information
#90414C (or 0x90414C) is known color: Solid Pink. HEX triplet: 90, 41 and 4C. RGB value is (144,65,76). Sum of RGB (Red+Green+Blue) = 144+65+76=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90414C is #6FBEB3. Grayscale: #595959. Windows color (decimal): -7323316 or 4997520. OLE color: 4997520.
HSL color Cylindrical-coordinate representation of color #90414C: hue angle of 351.65º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90414C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 76 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.44 |
| HSL | 351.65º | 0.38% | 0.41% | - |
| HSV(B) | 351.65º | 0.55% | 0.56% | - |
| XYZ | 14.7 | 10.23 | 8.04 | - |
| YUV | 89.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 76 | 0 | 0.55 | 0.47 | 0.44 | 351.65 | 0.38 | 0.41 |
| Hex | 90 | 41 | 4C | 0 | 37 | 2F | 2C | 160 | 26 | 29 |
| Octal | 220 | 101 | 114 | 0 | 67 | 57 | 54 | 540 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1001100 | 0 | 110111 | 101111 | 101100 | 101100000 | 100110 | 101001 |
Color Harmonies of #90414C
Complementary color
Monochromatic Colors of #90414C
Black with #90414C
Text Example
Text Example
White with #90414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90414C; }
p { color: rgb(144,65,76); }
H1.HeaderClassName
{
color: #90414C;
}
.AnyTagClassName
{
color: #90414C;
}
</style>
background-color css
<style>
a { background-color: #90414C; }
a { background-color: rgb(144,65,76); }
div.DivClassName
{
background-color: #90414C;
}
.BgClassName
{
background-color: #90414C;
}
</style>
border-color css
<style>
span { border-color: #90414C; }
span { border-color: rgb(144,65,76); }
td.TdClassName
{
border-color: #90414C;
}
.TagClassName
{
border-color: #90414C;
}
</style>