#943759

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

Shades of Lipstick #943759

Tints of Lipstick #943759

Color information

#943759 (or 0x943759) is unknown color: approx Lipstick. HEX triplet: 94, 37 and 59. RGB value is (148,55,89). Sum of RGB (Red+Green+Blue) = 148+55+89=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #943759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943759 is #6BC8A6. Grayscale: #565656. Windows color (decimal): -7063719 or 5846932. OLE color: 5846932.

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

Color convert

RGB1485589-
CMYK00.630.400.42
HSL338.06º45.81%39.8%-
HSV(B)338.06º62.84%58.04%-
XYZ15.389.7510.52-
YUV86.68129.31171.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=50.68%
G=18.84%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148558900.630.400.42338.0645.8139.8
Hex94375903F282A1522e28
Octal2246713107750525225650
Binary1001010011011110110010111111101000101010101010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943759; }

 p { color: rgb(148,55,89); }

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

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

 a { background-color: rgb(148,55,89); }

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

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

 span { border-color: rgb(148,55,89); }

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