#942B5A

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

Shades of Lipstick #942B5A

Tints of Lipstick #942B5A

Color information

#942B5A (or 0x942B5A) is unknown color: approx Lipstick. HEX triplet: 94, 2B and 5A. RGB value is (148,43,90). Sum of RGB (Red+Green+Blue) = 148+43+90=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #942B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B5A is #6BD4A5. Grayscale: #4F4F4F. Windows color (decimal): -7066790 or 5909396. OLE color: 5909396.

HSL color Cylindrical-coordinate representation of color #942B5A: hue angle of 333.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B5A is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1484390-
CMYK00.710.390.42
HSL333.14º54.97%37.45%-
HSV(B)333.14º70.95%58.04%-
XYZ14.928.7610.58-
YUV79.75133.79176.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=52.67%
G=15.30%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148439000.710.390.42333.1454.9737.45
Hex942B5A047272A14d3725
Octal22453132010747525156745
Binary10010100101011101101001000111100111101010101001101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942B5A; }

 p { color: rgb(148,43,90); }

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

<style>
 a { background-color: #942B5A; }

 a { background-color: rgb(148,43,90); }

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

<style>
 span { border-color: #942B5A; }

 span { border-color: rgb(148,43,90); }

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