#90235D

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

Shades of Lipstick #90235D

Tints of Lipstick #90235D

Color information

#90235D (or 0x90235D) is unknown color: approx Lipstick. HEX triplet: 90, 23 and 5D. RGB value is (144,35,93). Sum of RGB (Red+Green+Blue) = 144+35+93=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90235D is #6FDCA2. Grayscale: #4A4A4A. Windows color (decimal): -7330979 or 6103952. OLE color: 6103952.

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

Color convert

RGB1443593-
CMYK00.760.350.44
HSL328.07º60.89%35.1%-
HSV(B)328.07º75.69%56.47%-
XYZ14.087.9211.14-
YUV74.2138.61177.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=52.94%
G=12.87%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144359300.760.350.44328.0760.8935.1
Hex90235D04C232C1483d23
Octal22043135011443545107543
Binary10010000100011101110101001100100011101100101001000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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