#93295B

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

Shades of Lipstick #93295B

Tints of Lipstick #93295B

Color information

#93295B (or 0x93295B) is unknown color: approx Lipstick. HEX triplet: 93, 29 and 5B. RGB value is (147,41,91). Sum of RGB (Red+Green+Blue) = 147+41+91=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93295B is #6CD6A4. Grayscale: #4E4E4E. Windows color (decimal): -7132837 or 5974419. OLE color: 5974419.

HSL color Cylindrical-coordinate representation of color #93295B: hue angle of 331.7º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93295B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1474191-
CMYK00.720.380.42
HSL331.7º56.38%36.86%-
HSV(B)331.7º72.11%57.65%-
XYZ14.718.5410.77-
YUV78.39135.12176.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=52.69%
G=14.70%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147419100.720.380.42331.756.3836.86
Hex93295B048262A14c3825
Octal22351133011046525147045
Binary10010011101001101101101001000100110101010101001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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