#93356D

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

Shades of Lipstick #93356D

Tints of Lipstick #93356D

Color information

#93356D (or 0x93356D) is unknown color: approx Lipstick. HEX triplet: 93, 35 and 6D. RGB value is (147,53,109). Sum of RGB (Red+Green+Blue) = 147+53+109=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93356D is #6CCA92. Grayscale: #575757. Windows color (decimal): -7129747 or 7157139. OLE color: 7157139.

HSL color Cylindrical-coordinate representation of color #93356D: hue angle of 324.26º 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 #93356D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14753109-
CMYK00.640.260.42
HSL324.26º47%39.22%-
HSV(B)324.26º63.95%57.65%-
XYZ16.079.8515.52-
YUV87.49140.14170.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=47.57%
G=17.15%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475310900.640.260.42324.264739.22
Hex93356D0401A2A1442f27
Octal22365155010032525045747
Binary1001001111010111011010100000011010101010101000100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93356D; }

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

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

<style>
 a { background-color: #93356D; }

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

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

<style>
 span { border-color: #93356D; }

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

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