#933765

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

Shades of Lipstick #933765

Tints of Lipstick #933765

Color information

#933765 (or 0x933765) is unknown color: approx Lipstick. HEX triplet: 93, 37 and 65. RGB value is (147,55,101). Sum of RGB (Red+Green+Blue) = 147+55+101=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #933765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933765 is #6CC89A. Grayscale: #575757. Windows color (decimal): -7129243 or 6633363. OLE color: 6633363.

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

Color convert

RGB14755101-
CMYK00.630.310.42
HSL330º45.54%39.61%-
HSV(B)330º62.59%57.65%-
XYZ15.759.8813.39-
YUV87.75135.48170.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=48.51%
G=18.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475510100.630.310.4233045.5439.61
Hex93376503F1F2A14a2e28
Octal2236714507737525125650
Binary100100111101111100101011111111111101010101001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933765; }

 p { color: rgb(147,55,101); }

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

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

 a { background-color: rgb(147,55,101); }

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

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

 span { border-color: rgb(147,55,101); }

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