#943362

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

Shades of Lipstick #943362

Tints of Lipstick #943362

Color information

#943362 (or 0x943362) is unknown color: approx Lipstick. HEX triplet: 94, 33 and 62. RGB value is (148,51,98). Sum of RGB (Red+Green+Blue) = 148+51+98=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #943362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943362 is #6BCC9D. Grayscale: #555555. Windows color (decimal): -7064734 or 6435732. OLE color: 6435732.

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

Color convert

RGB1485198-
CMYK00.660.340.42
HSL330.93º48.74%39.02%-
HSV(B)330.93º65.54%58.04%-
XYZ15.69.5512.58-
YUV85.36135.14172.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=49.83%
G=17.17%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148519800.660.340.42330.9348.7439.02
Hex943362042222A14b3127
Octal22463142010242525136147
Binary10010100110011110001001000010100010101010101001011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943362; }

 p { color: rgb(148,51,98); }

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

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

 a { background-color: rgb(148,51,98); }

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

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

 span { border-color: rgb(148,51,98); }

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