#942947

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

Shades of Lipstick #942947

Tints of Lipstick #942947

Color information

#942947 (or 0x942947) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 47. RGB value is (148,41,71). Sum of RGB (Red+Green+Blue) = 148+41+71=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #942947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942947 is #6BD6B8. Grayscale: #4C4C4C. Windows color (decimal): -7067321 or 4663700. OLE color: 4663700.

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

Color convert

RGB1484171-
CMYK00.720.520.42
HSL343.18º56.61%37.06%-
HSV(B)343.18º72.3%58.04%-
XYZ14.148.346.82-
YUV76.41124.95179.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=56.92%
G=15.77%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148417100.720.520.42343.1856.6137.06
Hex942947048342A1573925
Octal22451107011064525277145
Binary10010100101001100011101001000110100101010101010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942947; }

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

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

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

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

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

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

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

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