#932449

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

Shades of Lipstick #932449

Tints of Lipstick #932449

Color information

#932449 (or 0x932449) is unknown color: approx Lipstick. HEX triplet: 93, 24 and 49. RGB value is (147,36,73). Sum of RGB (Red+Green+Blue) = 147+36+73=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #932449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932449 is #6CDBB6. Grayscale: #494949. Windows color (decimal): -7134135 or 4793491. OLE color: 4793491.

HSL color Cylindrical-coordinate representation of color #932449: hue angle of 340º 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 #932449 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1473673-
CMYK00.760.500.42
HSL340º60.66%35.88%-
HSV(B)340º75.51%57.65%-
XYZ13.877.957.11-
YUV73.41127.77180.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=57.42%
G=14.06%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147367300.760.500.4234060.6635.88
Hex93244904C322A1543d24
Octal22344111011462525247544
Binary10010011100100100100101001100110010101010101010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932449; }

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

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

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

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

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

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

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

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