#942949

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

Shades of Lipstick #942949

Tints of Lipstick #942949

Color information

#942949 (or 0x942949) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 49. RGB value is (148,41,73). Sum of RGB (Red+Green+Blue) = 148+41+73=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #942949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942949 is #6BD6B6. Grayscale: #4C4C4C. Windows color (decimal): -7067319 or 4794772. OLE color: 4794772.

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

Color convert

RGB1484173-
CMYK00.720.510.42
HSL342.06º56.61%37.06%-
HSV(B)342.06º72.3%58.04%-
XYZ14.218.367.17-
YUV76.64125.95178.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=56.49%
G=15.65%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148417300.720.510.42342.0656.6137.06
Hex942949048332A1563925
Octal22451111011063525267145
Binary10010100101001100100101001000110011101010101010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942949; }

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

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

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

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

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

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

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

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