#90414B

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

Shades of Solid Pink #90414B

Tints of Solid Pink #90414B

Color information

#90414B (or 0x90414B) is unknown color: approx Solid Pink. HEX triplet: 90, 41 and 4B. RGB value is (144,65,75). Sum of RGB (Red+Green+Blue) = 144+65+75=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90414B is #6FBEB4. Grayscale: #595959. Windows color (decimal): -7323317 or 4931984. OLE color: 4931984.

HSL color Cylindrical-coordinate representation of color #90414B: hue angle of 352.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90414B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1446575-
CMYK00.550.480.44
HSL352.41º37.8%40.98%-
HSV(B)352.41º54.86%56.47%-
XYZ14.6610.227.86-
YUV89.76119.67166.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=50.70%
G=22.89%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144657500.550.480.44352.4137.840.98
Hex90414B037302C1602629
Octal22010111306760545404651
Binary10010000100000110010110110111110000101100101100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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