#90215B

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

Shades of Lipstick #90215B

Tints of Lipstick #90215B

Color information

#90215B (or 0x90215B) is unknown color: approx Lipstick. HEX triplet: 90, 21 and 5B. RGB value is (144,33,91). Sum of RGB (Red+Green+Blue) = 144+33+91=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90215B is #6FDEA4. Grayscale: #484848. Windows color (decimal): -7331493 or 5972368. OLE color: 5972368.

HSL color Cylindrical-coordinate representation of color #90215B: hue angle of 328.65º 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 #90215B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1443391-
CMYK00.770.370.44
HSL328.65º62.71%34.71%-
HSV(B)328.65º77.08%56.47%-
XYZ13.937.7710.66-
YUV72.8138.27178.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=53.73%
G=12.31%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144339100.770.370.44328.6562.7134.71
Hex90215B04D252C1493f23
Octal22041133011545545117743
Binary10010000100001101101101001101100101101100101001001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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