#933366

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

Shades of Lipstick #933366

Tints of Lipstick #933366

Color information

#933366 (or 0x933366) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 66. RGB value is (147,51,102). Sum of RGB (Red+Green+Blue) = 147+51+102=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #933366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933366 is #6CCC99. Grayscale: #555555. Windows color (decimal): -7130266 or 6697875. OLE color: 6697875.

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

Color convert

RGB14751102-
CMYK00.650.310.42
HSL328.12º48.48%38.82%-
HSV(B)328.12º65.31%57.65%-
XYZ15.619.5313.59-
YUV85.52137.3171.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 102 (40.23% from 255) = 34%
R=49%
G=17%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475110200.650.310.42328.1248.4838.82
Hex9333660411F2A1483027
Octal22363146010137525106047
Binary1001001111001111001100100000111111101010101001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933366; }

 p { color: rgb(147,51,102); }

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

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

 a { background-color: rgb(147,51,102); }

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

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

 span { border-color: rgb(147,51,102); }

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