#933355

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

Shades of Lipstick #933355

Tints of Lipstick #933355

Color information

#933355 (or 0x933355) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 55. RGB value is (147,51,85). Sum of RGB (Red+Green+Blue) = 147+51+85=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #933355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933355 is #6CCCAA. Grayscale: #535353. Windows color (decimal): -7130283 or 5583763. OLE color: 5583763.

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

Color convert

RGB1475185-
CMYK00.650.420.42
HSL338.75º48.48%38.82%-
HSV(B)338.75º65.31%57.65%-
XYZ14.869.239.59-
YUV83.58128.8173.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=51.94%
G=18.02%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147518500.650.420.42338.7548.4838.82
Hex9333550412A2A1533027
Octal22363125010152525236047
Binary10010011110011101010101000001101010101010101010011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933355; }

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

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

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

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

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

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

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

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