#93244F

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

Shades of Lipstick #93244F

Tints of Lipstick #93244F

Color information

#93244F (or 0x93244F) is unknown color: approx Lipstick. HEX triplet: 93, 24 and 4F. RGB value is (147,36,79). Sum of RGB (Red+Green+Blue) = 147+36+79=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93244F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93244F is #6CDBB0. Grayscale: #4A4A4A. Windows color (decimal): -7134129 or 5186707. OLE color: 5186707.

HSL color Cylindrical-coordinate representation of color #93244F: hue angle of 336.76º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93244F is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1473679-
CMYK00.760.460.42
HSL336.76º60.66%35.88%-
HSV(B)336.76º75.51%57.65%-
XYZ14.078.038.21-
YUV74.09130.77180-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=56.11%
G=13.74%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147367900.760.460.42336.7660.6635.88
Hex93244F04C2E2A1513d24
Octal22344117011456525217544
Binary10010011100100100111101001100101110101010101010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93244F; }

 p { color: rgb(147,36,79); }

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

<style>
 a { background-color: #93244F; }

 a { background-color: rgb(147,36,79); }

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

<style>
 span { border-color: #93244F; }

 span { border-color: rgb(147,36,79); }

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