#A01549

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

Shades of Lipstick #A01549

Tints of Lipstick #A01549

Color information

#A01549 (or 0xA01549) is unknown color: approx Lipstick. HEX triplet: A0, 15 and 49. RGB value is (160,21,73). Sum of RGB (Red+Green+Blue) = 160+21+73=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A01549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01549 is #5FEAB6. Grayscale: #444444. Windows color (decimal): -6286007 or 4789664. OLE color: 4789664.

HSL color Cylindrical-coordinate representation of color #A01549: hue angle of 337.55º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01549 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1602173-
CMYK00.870.540.37
HSL337.55º76.8%35.49%-
HSV(B)337.55º86.87%62.75%-
XYZ15.978.497.1-
YUV68.49130.55193.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=62.99%
G=8.27%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160217300.870.540.37337.5576.835.49
HexA0154905736251524d23
Octal240251110127664552211543
Binary10100000101011001001010101111101101001011010100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01549; }

 p { color: rgb(160,21,73); }

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

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

 a { background-color: rgb(160,21,73); }

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

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

 span { border-color: rgb(160,21,73); }

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