#a01547

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

Shades of Lipstick #A01547

Tints of Lipstick #A01547

Color information

#A01547 (or 0xA01547) is unknown color: approx Lipstick. HEX triplet: A0, 15 and 47. RGB value is (160,21,71). Sum of RGB (Red+Green+Blue) = 160+21+71=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A01547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01547 is #5FEAB8. Grayscale: #444444. Windows color (decimal): -6286009 or 4658592. OLE color: 4658592.

HSL color Cylindrical-coordinate representation of color #A01547: hue angle of 338.42º 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 #A01547 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1602171-
CMYK00.870.560.37
HSL338.42º76.8%35.49%-
HSV(B)338.42º86.87%62.75%-
XYZ15.98.466.76-
YUV68.26129.55193.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=63.49%
G=8.33%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160217100.870.560.37338.4276.835.49
HexA0154705738251524d23
Octal240251070127704552211543
Binary10100000101011000111010101111110001001011010100101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01547; }

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

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

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

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

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

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

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

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