#93355A

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

Shades of Lipstick #93355A

Tints of Lipstick #93355A

Color information

#93355A (or 0x93355A) is unknown color: approx Lipstick. HEX triplet: 93, 35 and 5A. RGB value is (147,53,90). Sum of RGB (Red+Green+Blue) = 147+53+90=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93355A is #6CCAA5. Grayscale: #555555. Windows color (decimal): -7129766 or 5911955. OLE color: 5911955.

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

Color convert

RGB1475390-
CMYK00.640.390.42
HSL336.38º47%39.22%-
HSV(B)336.38º63.95%57.65%-
XYZ15.159.4910.71-
YUV85.32130.64171.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=50.69%
G=18.28%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147539000.640.390.42336.384739.22
Hex93355A040272A1502f27
Octal22365132010047525205747
Binary10010011110101101101001000000100111101010101010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93355A; }

 p { color: rgb(147,53,90); }

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

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

 a { background-color: rgb(147,53,90); }

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

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

 span { border-color: rgb(147,53,90); }

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