Shades of Solid Pink #90595A
Tints of Solid Pink #90595A
RGB
CMYK
RGB Variations
Color information
#90595A (or 0x90595A) is known color: Solid Pink. HEX triplet: 90, 59 and 5A. RGB value is (144,89,90). Sum of RGB (Red+Green+Blue) = 144+89+90=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595A is #6FA6A5. Grayscale: #696969. Windows color (decimal): -7317158 or 5921168. OLE color: 5921168.
HSL color Cylindrical-coordinate representation of color #90595A: hue angle of 358.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90595A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 90 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.44 |
| HSL | 358.91º | 0.24% | 0.46% | - |
| HSV(B) | 358.91º | 0.38% | 0.56% | - |
| XYZ | 16.92 | 13.81 | 11.45 | - |
| YUV | 105.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 90 | 0 | 0.38 | 0.37 | 0.44 | 358.91 | 0.24 | 0.46 |
| Hex | 90 | 59 | 5A | 0 | 26 | 25 | 2C | 167 | 18 | 2E |
| Octal | 220 | 131 | 132 | 0 | 46 | 45 | 54 | 547 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1011010 | 0 | 100110 | 100101 | 101100 | 101100111 | 11000 | 101110 |
Color Harmonies of #90595A
Complementary color
Monochromatic Colors of #90595A
Black with #90595A
Text Example
Text Example
White with #90595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90595A; }
p { color: rgb(144,89,90); }
H1.HeaderClassName
{
color: #90595A;
}
.AnyTagClassName
{
color: #90595A;
}
</style>
background-color css
<style>
a { background-color: #90595A; }
a { background-color: rgb(144,89,90); }
div.DivClassName
{
background-color: #90595A;
}
.BgClassName
{
background-color: #90595A;
}
</style>
border-color css
<style>
span { border-color: #90595A; }
span { border-color: rgb(144,89,90); }
td.TdClassName
{
border-color: #90595A;
}
.TagClassName
{
border-color: #90595A;
}
</style>