#93335A

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

Shades of Lipstick #93335A

Tints of Lipstick #93335A

Color information

#93335A (or 0x93335A) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 5A. RGB value is (147,51,90). Sum of RGB (Red+Green+Blue) = 147+51+90=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93335A is #6CCCA5. Grayscale: #545454. Windows color (decimal): -7130278 or 5911443. OLE color: 5911443.

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

Color convert

RGB1475190-
CMYK00.650.390.42
HSL335.62º48.48%38.82%-
HSV(B)335.62º65.31%57.65%-
XYZ15.069.3110.68-
YUV84.15131.3172.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=51.04%
G=17.71%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147519000.650.390.42335.6248.4838.82
Hex93335A041272A1503027
Octal22363132010147525206047
Binary10010011110011101101001000001100111101010101010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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