#90424A

Color #90424A Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #90424A

Tints of Solid Pink #90424A

Color information

#90424A (or 0x90424A) is unknown color: approx Solid Pink. HEX triplet: 90, 42 and 4A. RGB value is (144,66,74). Sum of RGB (Red+Green+Blue) = 144+66+74=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90424A is #6FBDB5. Grayscale: #5A5A5A. Windows color (decimal): -7323062 or 4866704. OLE color: 4866704.

HSL color Cylindrical-coordinate representation of color #90424A: hue angle of 353.85º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90424A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1446674-
CMYK00.540.490.44
HSL353.85º37.14%41.18%-
HSV(B)353.85º54.17%56.47%-
XYZ14.6910.327.7-
YUV90.23118.84166.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=50.70%
G=23.24%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144667400.540.490.44353.8537.1441.18
Hex90424A036312C1622529
Octal22010211206661545424551
Binary10010000100001010010100110110110001101100101100010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90424A; }

 p { color: rgb(144,66,74); }

 H1.HeaderClassName
 {
   color: #90424A;
 }
 .AnyTagClassName
 {
   color: #90424A;
 }
</style>
background-color css

<style>
 a { background-color: #90424A; }

 a { background-color: rgb(144,66,74); }

 div.DivClassName
 {
   background-color: #90424A;
 }
 .BgClassName
 {
   background-color: #90424A;
 }
</style>
border-color css

<style>
 span { border-color: #90424A; }

 span { border-color: rgb(144,66,74); }

 td.TdClassName
 {
   border-color: #90424A;
 }
 .TagClassName
 {
   border-color: #90424A;
 }
</style>