#90424B

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

Shades of Solid Pink #90424B

Tints of Solid Pink #90424B

Color information

#90424B (or 0x90424B) is unknown color: approx Solid Pink. HEX triplet: 90, 42 and 4B. RGB value is (144,66,75). Sum of RGB (Red+Green+Blue) = 144+66+75=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90424B is #6FBDB4. Grayscale: #5A5A5A. Windows color (decimal): -7323061 or 4932240. OLE color: 4932240.

HSL color Cylindrical-coordinate representation of color #90424B: hue angle of 353.08º 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 #90424B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1446675-
CMYK00.540.480.44
HSL353.08º37.14%41.18%-
HSV(B)353.08º54.17%56.47%-
XYZ14.7210.337.88-
YUV90.35119.34166.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=50.53%
G=23.16%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144667500.540.480.44353.0837.1441.18
Hex90424B036302C1612529
Octal22010211306660545414551
Binary10010000100001010010110110110110000101100101100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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