#942246

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

Shades of Lipstick #942246

Tints of Lipstick #942246

Color information

#942246 (or 0x942246) is unknown color: approx Lipstick. HEX triplet: 94, 22 and 46. RGB value is (148,34,70). Sum of RGB (Red+Green+Blue) = 148+34+70=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #942246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942246 is #6BDDB9. Grayscale: #484848. Windows color (decimal): -7069114 or 4596372. OLE color: 4596372.

HSL color Cylindrical-coordinate representation of color #942246: hue angle of 341.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942246 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1483470-
CMYK00.770.530.42
HSL341.05º62.64%35.69%-
HSV(B)341.05º77.03%58.04%-
XYZ13.897.886.58-
YUV72.19126.77182.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=58.73%
G=13.49%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148347000.770.530.42341.0562.6435.69
Hex94224604D352A1553f24
Octal22442106011565525257744
Binary10010100100010100011001001101110101101010101010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942246; }

 p { color: rgb(148,34,70); }

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

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

 a { background-color: rgb(148,34,70); }

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

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

 span { border-color: rgb(148,34,70); }

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