#942148

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

Shades of Lipstick #942148

Tints of Lipstick #942148

Color information

#942148 (or 0x942148) is unknown color: approx Lipstick. HEX triplet: 94, 21 and 48. RGB value is (148,33,72). Sum of RGB (Red+Green+Blue) = 148+33+72=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #942148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942148 is #6BDEB7. Grayscale: #474747. Windows color (decimal): -7069368 or 4727188. OLE color: 4727188.

HSL color Cylindrical-coordinate representation of color #942148: hue angle of 339.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942148 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1483372-
CMYK00.780.510.42
HSL339.65º63.54%35.49%-
HSV(B)339.65º77.7%58.04%-
XYZ13.937.856.91-
YUV71.83128.1182.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=58.50%
G=13.04%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148337200.780.510.42339.6563.5435.49
Hex94214804E332A1544023
Octal224411100116635252410043
Binary100101001000011001000010011101100111010101010101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942148; }

 p { color: rgb(148,33,72); }

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

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

 a { background-color: rgb(148,33,72); }

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

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

 span { border-color: rgb(148,33,72); }

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