#A01C47

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

Shades of Lipstick #A01C47

Tints of Lipstick #A01C47

Color information

#A01C47 (or 0xA01C47) is unknown color: approx Lipstick. HEX triplet: A0, 1C and 47. RGB value is (160,28,71). Sum of RGB (Red+Green+Blue) = 160+28+71=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C47 is #5FE3B8. Grayscale: #484848. Windows color (decimal): -6284217 or 4660384. OLE color: 4660384.

HSL color Cylindrical-coordinate representation of color #A01C47: hue angle of 340.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C47 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1602871-
CMYK00.820.560.37
HSL340.45º70.21%36.86%-
HSV(B)340.45º82.5%62.75%-
XYZ16.058.766.81-
YUV72.37127.23190.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=61.78%
G=10.81%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160287100.820.560.37340.4570.2136.86
HexA01C4705238251544625
Octal240341070122704552410645
Binary10100000111001000111010100101110001001011010101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C47; }

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

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

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

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

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

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

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

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