#941D4D

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

Shades of Lipstick #941D4D

Tints of Lipstick #941D4D

Color information

#941D4D (or 0x941D4D) is unknown color: approx Lipstick. HEX triplet: 94, 1D and 4D. RGB value is (148,29,77). Sum of RGB (Red+Green+Blue) = 148+29+77=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #941D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D4D is #6BE2B2. Grayscale: #454545. Windows color (decimal): -7070387 or 5053844. OLE color: 5053844.

HSL color Cylindrical-coordinate representation of color #941D4D: hue angle of 335.8º degrees, saturation: 0.67, 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 #941D4D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1482977-
CMYK00.800.480.42
HSL335.8º67.23%34.71%-
HSV(B)335.8º80.41%58.04%-
XYZ13.997.717.77-
YUV70.05131.92183.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=58.27%
G=11.42%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148297700.800.480.42335.867.2334.71
Hex941D4D050302A1504323
Octal224351150120605252010343
Binary10010100111011001101010100001100001010101010100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,29,77); }

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

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

 a { background-color: rgb(148,29,77); }

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

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

 span { border-color: rgb(148,29,77); }

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