#942959

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

Shades of Lipstick #942959

Tints of Lipstick #942959

Color information

#942959 (or 0x942959) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 59. RGB value is (148,41,89). Sum of RGB (Red+Green+Blue) = 148+41+89=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #942959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942959 is #6BD6A6. Grayscale: #4E4E4E. Windows color (decimal): -7067303 or 5843348. OLE color: 5843348.

HSL color Cylindrical-coordinate representation of color #942959: hue angle of 333.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942959 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1484189-
CMYK00.720.400.42
HSL333.08º56.61%37.06%-
HSV(B)333.08º72.3%58.04%-
XYZ14.818.610.33-
YUV78.46133.95177.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=53.24%
G=14.75%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148418900.720.400.42333.0856.6137.06
Hex942959048282A14d3925
Octal22451131011050525157145
Binary10010100101001101100101001000101000101010101001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942959; }

 p { color: rgb(148,41,89); }

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

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

 a { background-color: rgb(148,41,89); }

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

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

 span { border-color: rgb(148,41,89); }

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