#90184F

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

Shades of Lipstick #90184F

Tints of Lipstick #90184F

Color information

#90184F (or 0x90184F) is unknown color: approx Lipstick. HEX triplet: 90, 18 and 4F. RGB value is (144,24,79). Sum of RGB (Red+Green+Blue) = 144+24+79=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90184F is #6FE7B0. Grayscale: #424242. Windows color (decimal): -7333809 or 5183632. OLE color: 5183632.

HSL color Cylindrical-coordinate representation of color #90184F: hue angle of 332.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90184F is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1442479-
CMYK00.830.450.44
HSL332.5º71.43%32.94%-
HSV(B)332.5º83.33%56.47%-
XYZ13.247.158.08-
YUV66.15135.26183.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=58.30%
G=9.72%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144247900.830.450.44332.571.4332.94
Hex90184F0532D2C14c4721
Octal220301170123555451410741
Binary10010000110001001111010100111011011011001010011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90184F; }

 p { color: rgb(144,24,79); }

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

<style>
 a { background-color: #90184F; }

 a { background-color: rgb(144,24,79); }

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

<style>
 span { border-color: #90184F; }

 span { border-color: rgb(144,24,79); }

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