#90215C

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

Shades of Lipstick #90215C

Tints of Lipstick #90215C

Color information

#90215C (or 0x90215C) is unknown color: approx Lipstick. HEX triplet: 90, 21 and 5C. RGB value is (144,33,92). Sum of RGB (Red+Green+Blue) = 144+33+92=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90215C is #6FDEA3. Grayscale: #484848. Windows color (decimal): -7331492 or 6037904. OLE color: 6037904.

HSL color Cylindrical-coordinate representation of color #90215C: hue angle of 328.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90215C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1443392-
CMYK00.770.360.44
HSL328.11º62.71%34.71%-
HSV(B)328.11º77.08%56.47%-
XYZ13.987.7910.89-
YUV72.91138.77178.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.53%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=53.53%
G=12.27%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144339200.770.360.44328.1162.7134.71
Hex90215C04D242C1483f23
Octal22041134011544545107743
Binary10010000100001101110001001101100100101100101001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90215C; }

 p { color: rgb(144,33,92); }

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

<style>
 a { background-color: #90215C; }

 a { background-color: rgb(144,33,92); }

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

<style>
 span { border-color: #90215C; }

 span { border-color: rgb(144,33,92); }

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