#93214f

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

Shades of Lipstick #93214F

Tints of Lipstick #93214F

Color information

#93214F (or 0x93214F) is unknown color: approx Lipstick. HEX triplet: 93, 21 and 4F. RGB value is (147,33,79). Sum of RGB (Red+Green+Blue) = 147+33+79=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93214F is #6CDEB0. Grayscale: #484848. Windows color (decimal): -7134897 or 5185939. OLE color: 5185939.

HSL color Cylindrical-coordinate representation of color #93214F: hue angle of 335.79º degrees, saturation: 0.63, 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 #93214F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1473379-
CMYK00.780.460.42
HSL335.79º63.33%35.29%-
HSV(B)335.79º77.55%57.65%-
XYZ13.997.868.18-
YUV72.33131.77181.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=56.76%
G=12.74%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147337900.780.460.42335.7963.3335.29
Hex93214F04E2E2A1503f23
Octal22341117011656525207743
Binary10010011100001100111101001110101110101010101010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93214f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93214f; }

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

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

<style>
 a { background-color: #93214f; }

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

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

<style>
 span { border-color: #93214f; }

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

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