#93284A

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

Shades of Lipstick #93284A

Tints of Lipstick #93284A

Color information

#93284A (or 0x93284A) is unknown color: approx Lipstick. HEX triplet: 93, 28 and 4A. RGB value is (147,40,74). Sum of RGB (Red+Green+Blue) = 147+40+74=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93284A is #6CD7B5. Grayscale: #4B4B4B. Windows color (decimal): -7133110 or 4860051. OLE color: 4860051.

HSL color Cylindrical-coordinate representation of color #93284A: hue angle of 340.93º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93284A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1474074-
CMYK00.730.500.42
HSL340.93º57.22%36.67%-
HSV(B)340.93º72.79%57.65%-
XYZ14.038.227.32-
YUV75.87126.95178.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.32%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=56.32%
G=15.33%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147407400.730.500.42340.9357.2236.67
Hex93284A049322A1553925
Octal22350112011162525257145
Binary10010011101000100101001001001110010101010101010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,40,74); }

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

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

 a { background-color: rgb(147,40,74); }

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

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

 span { border-color: rgb(147,40,74); }

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