#943363

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

Shades of Lipstick #943363

Tints of Lipstick #943363

Color information

#943363 (or 0x943363) is unknown color: approx Lipstick. HEX triplet: 94, 33 and 63. RGB value is (148,51,99). Sum of RGB (Red+Green+Blue) = 148+51+99=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #943363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943363 is #6BCC9C. Grayscale: #555555. Windows color (decimal): -7064733 or 6501268. OLE color: 6501268.

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

Color convert

RGB1485199-
CMYK00.660.330.42
HSL330.31º48.74%39.02%-
HSV(B)330.31º65.54%58.04%-
XYZ15.659.5612.83-
YUV85.48135.64172.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=49.66%
G=17.11%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148519900.660.330.42330.3148.7439.02
Hex943363042212A14a3127
Octal22463143010241525126147
Binary10010100110011110001101000010100001101010101001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943363; }

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

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

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

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

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

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

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

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