Shades of Solid Pink #90484A
Tints of Solid Pink #90484A
RGB
CMYK
RGB Variations
Color information
#90484A (or 0x90484A) is known color: Solid Pink. HEX triplet: 90, 48 and 4A. RGB value is (144,72,74). Sum of RGB (Red+Green+Blue) = 144+72+74=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90484A is #6FB7B5. Grayscale: #5D5D5D. Windows color (decimal): -7321526 or 4868240. OLE color: 4868240.
HSL color Cylindrical-coordinate representation of color #90484A: hue angle of 358.33º 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 #90484A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 74 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.44 |
| HSL | 358.33º | 0.33% | 0.42% | - |
| HSV(B) | 358.33º | 0.5% | 0.56% | - |
| XYZ | 15.06 | 11.06 | 7.82 | - |
| YUV | 93.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 74 | 0 | 0.50 | 0.49 | 0.44 | 358.33 | 0.33 | 0.42 |
| Hex | 90 | 48 | 4A | 0 | 32 | 31 | 2C | 166 | 21 | 2A |
| Octal | 220 | 110 | 112 | 0 | 62 | 61 | 54 | 546 | 41 | 52 |
| Binary | 10010000 | 1001000 | 1001010 | 0 | 110010 | 110001 | 101100 | 101100110 | 100001 | 101010 |
Color Harmonies of #90484A
Complementary color
Monochromatic Colors of #90484A
Black with #90484A
Text Example
Text Example
White with #90484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90484A; }
p { color: rgb(144,72,74); }
H1.HeaderClassName
{
color: #90484A;
}
.AnyTagClassName
{
color: #90484A;
}
</style>
background-color css
<style>
a { background-color: #90484A; }
a { background-color: rgb(144,72,74); }
div.DivClassName
{
background-color: #90484A;
}
.BgClassName
{
background-color: #90484A;
}
</style>
border-color css
<style>
span { border-color: #90484A; }
span { border-color: rgb(144,72,74); }
td.TdClassName
{
border-color: #90484A;
}
.TagClassName
{
border-color: #90484A;
}
</style>