#90595A

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

Shades of Solid Pink #90595A

Tints of Solid Pink #90595A

Color information

#90595A (or 0x90595A) is unknown color: approx Solid Pink. HEX triplet: 90, 59 and 5A. RGB value is (144,89,90). Sum of RGB (Red+Green+Blue) = 144+89+90=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595A is #6FA6A5. Grayscale: #696969. Windows color (decimal): -7317158 or 5921168. OLE color: 5921168.

HSL color Cylindrical-coordinate representation of color #90595A: hue angle of 358.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90595A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1448990-
CMYK00.380.370.44
HSL358.91º23.61%45.69%-
HSV(B)358.91º38.19%56.47%-
XYZ16.9213.8111.45-
YUV105.56119.22155.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=44.58%
G=27.55%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144899000.380.370.44358.9123.6145.69
Hex90595A026252C167182e
Octal22013113204645545473056
Binary1001000010110011011010010011010010110110010110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90595A; }

 p { color: rgb(144,89,90); }

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

<style>
 a { background-color: #90595A; }

 a { background-color: rgb(144,89,90); }

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

<style>
 span { border-color: #90595A; }

 span { border-color: rgb(144,89,90); }

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