#90474B

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

Shades of Solid Pink #90474B

Tints of Solid Pink #90474B

Color information

#90474B (or 0x90474B) is unknown color: approx Solid Pink. HEX triplet: 90, 47 and 4B. RGB value is (144,71,75). Sum of RGB (Red+Green+Blue) = 144+71+75=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90474B is #6FB8B4. Grayscale: #5D5D5D. Windows color (decimal): -7321781 or 4933520. OLE color: 4933520.

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

Color convert

RGB1447175-
CMYK00.510.480.44
HSL356.71º33.95%42.16%-
HSV(B)356.71º50.69%56.47%-
XYZ15.0210.947.98-
YUV93.28117.68164.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=49.66%
G=24.48%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144717500.510.480.44356.7133.9542.16
Hex90474B033302C165222a
Octal22010711306360545454252
Binary10010000100011110010110110011110000101100101100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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