#93205b

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

Shades of Lipstick #93205B

Tints of Lipstick #93205B

Color information

#93205B (or 0x93205B) is unknown color: approx Lipstick. HEX triplet: 93, 20 and 5B. RGB value is (147,32,91). Sum of RGB (Red+Green+Blue) = 147+32+91=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #93205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93205B is #6CDFA4. Grayscale: #484848. Windows color (decimal): -7135141 or 5972115. OLE color: 5972115.

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

Color convert

RGB1473291-
CMYK00.780.380.42
HSL329.22º64.25%35.1%-
HSV(B)329.22º78.23%57.65%-
XYZ14.447.9910.68-
YUV73.11138.1180.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.44%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=54.44%
G=11.85%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147329100.780.380.42329.2264.2535.1
Hex93205B04E262A1494023
Octal223401330116465251110043
Binary100100111000001011011010011101001101010101010010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93205b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93205b; }

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

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

<style>
 a { background-color: #93205b; }

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

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

<style>
 span { border-color: #93205b; }

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

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