#90474C

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

Shades of Solid Pink #90474C

Tints of Solid Pink #90474C

Color information

#90474C (or 0x90474C) is unknown color: approx Solid Pink. HEX triplet: 90, 47 and 4C. RGB value is (144,71,76). Sum of RGB (Red+Green+Blue) = 144+71+76=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90474C is #6FB8B3. Grayscale: #5D5D5D. Windows color (decimal): -7321780 or 4999056. OLE color: 4999056.

HSL color Cylindrical-coordinate representation of color #90474C: hue angle of 355.89º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90474C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1447176-
CMYK00.510.470.44
HSL355.89º33.95%42.16%-
HSV(B)355.89º50.69%56.47%-
XYZ15.0610.968.16-
YUV93.4118.18164.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=49.48%
G=24.40%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144717600.510.470.44355.8933.9542.16
Hex90474C0332F2C164222a
Octal22010711406357545444252
Binary10010000100011110011000110011101111101100101100100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90474C; }

 p { color: rgb(144,71,76); }

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

<style>
 a { background-color: #90474C; }

 a { background-color: rgb(144,71,76); }

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

<style>
 span { border-color: #90474C; }

 span { border-color: rgb(144,71,76); }

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