#90315D

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

Shades of Lipstick #90315D

Tints of Lipstick #90315D

Color information

#90315D (or 0x90315D) is unknown color: approx Lipstick. HEX triplet: 90, 31 and 5D. RGB value is (144,49,93). Sum of RGB (Red+Green+Blue) = 144+49+93=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90315D is #6FCEA2. Grayscale: #525252. Windows color (decimal): -7327395 or 6107536. OLE color: 6107536.

HSL color Cylindrical-coordinate representation of color #90315D: hue angle of 332.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90315D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1444993-
CMYK00.660.350.44
HSL332.21º49.22%37.84%-
HSV(B)332.21º65.97%56.47%-
XYZ14.588.9211.31-
YUV82.42133.97171.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=50.35%
G=17.13%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144499300.660.350.44332.2149.2237.84
Hex90315D042232C14c3126
Octal22061135010243545146146
Binary10010000110001101110101000010100011101100101001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90315D; }

 p { color: rgb(144,49,93); }

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

<style>
 a { background-color: #90315D; }

 a { background-color: rgb(144,49,93); }

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

<style>
 span { border-color: #90315D; }

 span { border-color: rgb(144,49,93); }

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