#93335B

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

Shades of Lipstick #93335B

Tints of Lipstick #93335B

Color information

#93335B (or 0x93335B) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 5B. RGB value is (147,51,91). Sum of RGB (Red+Green+Blue) = 147+51+91=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93335B is #6CCCA4. Grayscale: #545454. Windows color (decimal): -7130277 or 5976979. OLE color: 5976979.

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

Color convert

RGB1475191-
CMYK00.650.380.42
HSL335º48.48%38.82%-
HSV(B)335º65.31%57.65%-
XYZ15.19.3310.9-
YUV84.26131.8172.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=50.87%
G=17.65%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147519100.650.380.4233548.4838.82
Hex93335B041262A14f3027
Octal22363133010146525176047
Binary10010011110011101101101000001100110101010101001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93335B; }

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

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

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

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

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

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

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

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