#90275D

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

Shades of Lipstick #90275D

Tints of Lipstick #90275D

Color information

#90275D (or 0x90275D) is unknown color: approx Lipstick. HEX triplet: 90, 27 and 5D. RGB value is (144,39,93). Sum of RGB (Red+Green+Blue) = 144+39+93=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90275D is #6FD8A2. Grayscale: #4C4C4C. Windows color (decimal): -7329955 or 6104976. OLE color: 6104976.

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

Color convert

RGB1443993-
CMYK00.730.350.44
HSL329.14º57.38%35.88%-
HSV(B)329.14º72.92%56.47%-
XYZ14.28.1711.18-
YUV76.55137.29176.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=52.17%
G=14.13%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144399300.730.350.44329.1457.3835.88
Hex90275D049232C1493924
Octal22047135011143545117144
Binary10010000100111101110101001001100011101100101001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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