#941F51

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

Shades of Lipstick #941F51

Tints of Lipstick #941F51

Color information

#941F51 (or 0x941F51) is unknown color: approx Lipstick. HEX triplet: 94, 1F and 51. RGB value is (148,31,81). Sum of RGB (Red+Green+Blue) = 148+31+81=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #941F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941F51 is #6BE0AE. Grayscale: #474747. Windows color (decimal): -7069871 or 5316500. OLE color: 5316500.

HSL color Cylindrical-coordinate representation of color #941F51: hue angle of 334.36º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #941F51 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1483181-
CMYK00.790.450.42
HSL334.36º65.36%35.1%-
HSV(B)334.36º79.05%58.04%-
XYZ14.197.878.56-
YUV71.68133.26182.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=56.92%
G=11.92%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148318100.790.450.42334.3665.3635.1
Hex941F5104F2D2A14e4123
Octal224371210117555251610143
Binary10010100111111010001010011111011011010101010011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,31,81); }

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

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

 a { background-color: rgb(148,31,81); }

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

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

 span { border-color: rgb(148,31,81); }

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