#943259

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

Shades of Lipstick #943259

Tints of Lipstick #943259

Color information

#943259 (or 0x943259) is unknown color: approx Lipstick. HEX triplet: 94, 32 and 59. RGB value is (148,50,89). Sum of RGB (Red+Green+Blue) = 148+50+89=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #943259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943259 is #6BCDA6. Grayscale: #535353. Windows color (decimal): -7064999 or 5845652. OLE color: 5845652.

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

Color convert

RGB1485089-
CMYK00.660.400.42
HSL336.12º49.49%38.82%-
HSV(B)336.12º66.22%58.04%-
XYZ15.169.310.45-
YUV83.75130.97173.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=51.57%
G=17.42%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148508900.660.400.42336.1249.4938.82
Hex943259042282A1503127
Octal22462131010250525206147
Binary10010100110010101100101000010101000101010101010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943259; }

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

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

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

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

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

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

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

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