#941E5F

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

Shades of Lipstick #941E5F

Tints of Lipstick #941E5F

Color information

#941E5F (or 0x941E5F) is unknown color: approx Lipstick. HEX triplet: 94, 1E and 5F. RGB value is (148,30,95). Sum of RGB (Red+Green+Blue) = 148+30+95=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #941E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E5F is #6BE1A0. Grayscale: #484848. Windows color (decimal): -7070113 or 6233748. OLE color: 6233748.

HSL color Cylindrical-coordinate representation of color #941E5F: hue angle of 326.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941E5F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1483095-
CMYK00.800.360.42
HSL326.95º66.29%34.9%-
HSV(B)326.95º79.73%58.04%-
XYZ14.748.0511.6-
YUV72.69140.59181.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=54.21%
G=10.99%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148309500.800.360.42326.9566.2934.9
Hex941E5F050242A1474223
Octal224361370120445250710243
Binary10010100111101011111010100001001001010101010001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941E5F; }

 p { color: rgb(148,30,95); }

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

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

 a { background-color: rgb(148,30,95); }

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

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

 span { border-color: rgb(148,30,95); }

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