#93224B

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

Shades of Lipstick #93224B

Tints of Lipstick #93224B

Color information

#93224B (or 0x93224B) is unknown color: approx Lipstick. HEX triplet: 93, 22 and 4B. RGB value is (147,34,75). Sum of RGB (Red+Green+Blue) = 147+34+75=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93224B is #6CDDB4. Grayscale: #484848. Windows color (decimal): -7134645 or 4924051. OLE color: 4924051.

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

Color convert

RGB1473475-
CMYK00.770.490.42
HSL338.23º62.43%35.49%-
HSV(B)338.23º76.87%57.65%-
XYZ13.877.867.44-
YUV72.46129.44181.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=57.42%
G=13.28%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147347500.770.490.42338.2362.4335.49
Hex93224B04D312A1523e23
Octal22342113011561525227643
Binary10010011100010100101101001101110001101010101010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,34,75); }

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

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

 a { background-color: rgb(147,34,75); }

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

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

 span { border-color: rgb(147,34,75); }

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