#921D49

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

Shades of Lipstick #921D49

Tints of Lipstick #921D49

Color information

#921D49 (or 0x921D49) is unknown color: approx Lipstick. HEX triplet: 92, 1D and 49. RGB value is (146,29,73). Sum of RGB (Red+Green+Blue) = 146+29+73=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #921D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D49 is #6DE2B6. Grayscale: #444444. Windows color (decimal): -7201463 or 4791698. OLE color: 4791698.

HSL color Cylindrical-coordinate representation of color #921D49: hue angle of 337.44º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D49 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB1462973-
CMYK00.800.50.43
HSL337.44º66.86%34.31%-
HSV(B)337.44º80.14%57.25%-
XYZ13.57.477.03-
YUV69130.26182.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=58.87%
G=11.69%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146297300.800.50.43337.4466.8634.31
Hex921D49050322B1514322
Octal222351110120625352110342
Binary10010010111011001001010100001100101010111010100011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D49; }

 p { color: rgb(146,29,73); }

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

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

 a { background-color: rgb(146,29,73); }

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

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

 span { border-color: rgb(146,29,73); }

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