#A92749

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

Shades of Lipstick #A92749

Tints of Lipstick #A92749

Color information

#A92749 (or 0xA92749) is unknown color: approx Lipstick. HEX triplet: A9, 27 and 49. RGB value is (169,39,73). Sum of RGB (Red+Green+Blue) = 169+39+73=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A92749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92749 is #56D8B6. Grayscale: #515151. Windows color (decimal): -5691575 or 4794281. OLE color: 4794281.

HSL color Cylindrical-coordinate representation of color #A92749: hue angle of 344.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92749 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1693973-
CMYK00.770.570.34
HSL344.31º62.5%40.78%-
HSV(B)344.31º76.92%66.27%-
XYZ18.2910.377.34-
YUV81.75123.07190.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=60.14%
G=13.88%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169397300.770.570.34344.3162.540.78
HexA9274904D39221583e29
Octal25147111011571425307651
Binary10101001100111100100101001101111001100010101011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92749; }

 p { color: rgb(169,39,73); }

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

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

 a { background-color: rgb(169,39,73); }

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

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

 span { border-color: rgb(169,39,73); }

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