Shades of Solid Pink #90484C
Tints of Solid Pink #90484C
RGB
CMYK
RGB Variations
Color information
#90484C (or 0x90484C) is known color: Solid Pink. HEX triplet: 90, 48 and 4C. RGB value is (144,72,76). Sum of RGB (Red+Green+Blue) = 144+72+76=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90484C is #6FB7B3. Grayscale: #5E5E5E. Windows color (decimal): -7321524 or 4999312. OLE color: 4999312.
HSL color Cylindrical-coordinate representation of color #90484C: hue angle of 356.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90484C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 76 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.44 |
| HSL | 356.67º | 0.33% | 0.42% | - |
| HSV(B) | 356.67º | 0.5% | 0.56% | - |
| XYZ | 15.12 | 11.09 | 8.18 | - |
| YUV | 93.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 76 | 0 | 0.50 | 0.47 | 0.44 | 356.67 | 0.33 | 0.42 |
| Hex | 90 | 48 | 4C | 0 | 32 | 2F | 2C | 165 | 21 | 2A |
| Octal | 220 | 110 | 114 | 0 | 62 | 57 | 54 | 545 | 41 | 52 |
| Binary | 10010000 | 1001000 | 1001100 | 0 | 110010 | 101111 | 101100 | 101100101 | 100001 | 101010 |
Color Harmonies of #90484C
Complementary color
Monochromatic Colors of #90484C
Black with #90484C
Text Example
Text Example
White with #90484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90484C; }
p { color: rgb(144,72,76); }
H1.HeaderClassName
{
color: #90484C;
}
.AnyTagClassName
{
color: #90484C;
}
</style>
background-color css
<style>
a { background-color: #90484C; }
a { background-color: rgb(144,72,76); }
div.DivClassName
{
background-color: #90484C;
}
.BgClassName
{
background-color: #90484C;
}
</style>
border-color css
<style>
span { border-color: #90484C; }
span { border-color: rgb(144,72,76); }
td.TdClassName
{
border-color: #90484C;
}
.TagClassName
{
border-color: #90484C;
}
</style>