#93194B

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

Shades of Lipstick #93194B

Tints of Lipstick #93194B

Color information

#93194B (or 0x93194B) is unknown color: approx Lipstick. HEX triplet: 93, 19 and 4B. RGB value is (147,25,75). Sum of RGB (Red+Green+Blue) = 147+25+75=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93194B is #6CE6B4. Grayscale: #434343. Windows color (decimal): -7136949 or 4921747. OLE color: 4921747.

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

Color convert

RGB1472575-
CMYK00.830.490.42
HSL335.41º70.93%33.73%-
HSV(B)335.41º82.99%57.65%-
XYZ13.657.417.37-
YUV67.18132.42184.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=59.51%
G=10.12%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147257500.830.490.42335.4170.9333.73
Hex93194B053312A14f4722
Octal223311130123615251710742
Binary10010011110011001011010100111100011010101010011111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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