Shades of Solid Pink #90434F
Tints of Solid Pink #90434F
RGB
CMYK
RGB Variations
Color information
#90434F (or 0x90434F) is known color: Solid Pink. HEX triplet: 90, 43 and 4F. RGB value is (144,67,79). Sum of RGB (Red+Green+Blue) = 144+67+79=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90434F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90434F is #6FBCB0. Grayscale: #5B5B5B. Windows color (decimal): -7322801 or 5194640. OLE color: 5194640.
HSL color Cylindrical-coordinate representation of color #90434F: hue angle of 350.65º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90434F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 79 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.44 |
| HSL | 350.65º | 0.36% | 0.41% | - |
| HSV(B) | 350.65º | 0.53% | 0.56% | - |
| XYZ | 14.92 | 10.51 | 8.64 | - |
| YUV | 91.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 79 | 0 | 0.53 | 0.45 | 0.44 | 350.65 | 0.36 | 0.41 |
| Hex | 90 | 43 | 4F | 0 | 35 | 2D | 2C | 15F | 24 | 29 |
| Octal | 220 | 103 | 117 | 0 | 65 | 55 | 54 | 537 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1001111 | 0 | 110101 | 101101 | 101100 | 101011111 | 100100 | 101001 |
Color Harmonies of #90434F
Complementary color
Monochromatic Colors of #90434F
Black with #90434F
Text Example
Text Example
White with #90434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90434F; }
p { color: rgb(144,67,79); }
H1.HeaderClassName
{
color: #90434F;
}
.AnyTagClassName
{
color: #90434F;
}
</style>
background-color css
<style>
a { background-color: #90434F; }
a { background-color: rgb(144,67,79); }
div.DivClassName
{
background-color: #90434F;
}
.BgClassName
{
background-color: #90434F;
}
</style>
border-color css
<style>
span { border-color: #90434F; }
span { border-color: rgb(144,67,79); }
td.TdClassName
{
border-color: #90434F;
}
.TagClassName
{
border-color: #90434F;
}
</style>