#90255F

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

Shades of Lipstick #90255F

Tints of Lipstick #90255F

Color information

#90255F (or 0x90255F) is unknown color: approx Lipstick. HEX triplet: 90, 25 and 5F. RGB value is (144,37,95). Sum of RGB (Red+Green+Blue) = 144+37+95=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90255F is #6FDAA0. Grayscale: #4B4B4B. Windows color (decimal): -7330465 or 6235536. OLE color: 6235536.

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

Color convert

RGB1443795-
CMYK00.740.340.44
HSL327.48º59.12%35.49%-
HSV(B)327.48º74.31%56.47%-
XYZ14.238.0811.64-
YUV75.6138.95176.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=52.17%
G=13.41%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144379500.740.340.44327.4859.1235.49
Hex90255F04A222C1473b23
Octal22045137011242545077343
Binary10010000100101101111101001010100010101100101000111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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