#90205F

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

Shades of Lipstick #90205F

Tints of Lipstick #90205F

Color information

#90205F (or 0x90205F) is unknown color: approx Lipstick. HEX triplet: 90, 20 and 5F. RGB value is (144,32,95). Sum of RGB (Red+Green+Blue) = 144+32+95=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90205F is #6FDFA0. Grayscale: #484848. Windows color (decimal): -7331745 or 6234256. OLE color: 6234256.

HSL color Cylindrical-coordinate representation of color #90205F: hue angle of 326.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90205F is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1443295-
CMYK00.780.340.44
HSL326.25º63.64%34.51%-
HSV(B)326.25º77.78%56.47%-
XYZ14.087.7911.59-
YUV72.67140.61178.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=53.14%
G=11.81%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144329500.780.340.44326.2563.6434.51
Hex90205F04E222C1464023
Octal220401370116425450610043
Binary100100001000001011111010011101000101011001010001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,32,95); }

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

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

 a { background-color: rgb(144,32,95); }

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

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

 span { border-color: rgb(144,32,95); }

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