#90474F

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

Shades of Solid Pink #90474F

Tints of Solid Pink #90474F

Color information

#90474F (or 0x90474F) is unknown color: approx Solid Pink. HEX triplet: 90, 47 and 4F. RGB value is (144,71,79). Sum of RGB (Red+Green+Blue) = 144+71+79=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90474F is #6FB8B0. Grayscale: #5D5D5D. Windows color (decimal): -7321777 or 5195664. OLE color: 5195664.

HSL color Cylindrical-coordinate representation of color #90474F: hue angle of 353.42º 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 #90474F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1447179-
CMYK00.510.450.44
HSL353.42º33.95%42.16%-
HSV(B)353.42º50.69%56.47%-
XYZ15.17118.72-
YUV93.74119.68163.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=48.98%
G=24.15%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144717900.510.450.44353.4233.9542.16
Hex90474F0332D2C161222a
Octal22010711706355545414252
Binary10010000100011110011110110011101101101100101100001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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