Shades of Solid Pink #90414A
Tints of Solid Pink #90414A
RGB
CMYK
RGB Variations
Color information
#90414A (or 0x90414A) is known color: Solid Pink. HEX triplet: 90, 41 and 4A. RGB value is (144,65,74). Sum of RGB (Red+Green+Blue) = 144+65+74=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #90414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90414A is #6FBEB5. Grayscale: #595959. Windows color (decimal): -7323318 or 4866448. OLE color: 4866448.
HSL color Cylindrical-coordinate representation of color #90414A: hue angle of 353.16º 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 #90414A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 74 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.44 |
| HSL | 353.16º | 0.38% | 0.41% | - |
| HSV(B) | 353.16º | 0.55% | 0.56% | - |
| XYZ | 14.63 | 10.2 | 7.68 | - |
| YUV | 89.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 74 | 0 | 0.55 | 0.49 | 0.44 | 353.16 | 0.38 | 0.41 |
| Hex | 90 | 41 | 4A | 0 | 37 | 31 | 2C | 161 | 26 | 29 |
| Octal | 220 | 101 | 112 | 0 | 67 | 61 | 54 | 541 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1001010 | 0 | 110111 | 110001 | 101100 | 101100001 | 100110 | 101001 |
Color Harmonies of #90414A
Complementary color
Monochromatic Colors of #90414A
Black with #90414A
Text Example
Text Example
White with #90414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90414A; }
p { color: rgb(144,65,74); }
H1.HeaderClassName
{
color: #90414A;
}
.AnyTagClassName
{
color: #90414A;
}
</style>
background-color css
<style>
a { background-color: #90414A; }
a { background-color: rgb(144,65,74); }
div.DivClassName
{
background-color: #90414A;
}
.BgClassName
{
background-color: #90414A;
}
</style>
border-color css
<style>
span { border-color: #90414A; }
span { border-color: rgb(144,65,74); }
td.TdClassName
{
border-color: #90414A;
}
.TagClassName
{
border-color: #90414A;
}
</style>