#942958

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

Shades of Lipstick #942958

Tints of Lipstick #942958

Color information

#942958 (or 0x942958) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 58. RGB value is (148,41,88). Sum of RGB (Red+Green+Blue) = 148+41+88=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #942958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942958 is #6BD6A7. Grayscale: #4E4E4E. Windows color (decimal): -7067304 or 5777812. OLE color: 5777812.

HSL color Cylindrical-coordinate representation of color #942958: hue angle of 333.64º 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 #942958 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1484188-
CMYK00.720.410.42
HSL333.64º56.61%37.06%-
HSV(B)333.64º72.3%58.04%-
XYZ14.778.5910.11-
YUV78.35133.45177.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=53.43%
G=14.80%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148418800.720.410.42333.6456.6137.06
Hex942958048292A14e3925
Octal22451130011051525167145
Binary10010100101001101100001001000101001101010101001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942958; }

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

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

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

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

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

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

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

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