#A81C47

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

Shades of Lipstick #A81C47

Tints of Lipstick #A81C47

Color information

#A81C47 (or 0xA81C47) is unknown color: approx Lipstick. HEX triplet: A8, 1C and 47. RGB value is (168,28,71). Sum of RGB (Red+Green+Blue) = 168+28+71=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C47 is #57E3B8. Grayscale: #4A4A4A. Windows color (decimal): -5759929 or 4660392. OLE color: 4660392.

HSL color Cylindrical-coordinate representation of color #A81C47: hue angle of 341.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C47 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1682871-
CMYK00.830.580.34
HSL341.57º71.43%38.43%-
HSV(B)341.57º83.33%65.88%-
XYZ17.79.616.88-
YUV74.76125.88194.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=62.92%
G=10.49%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168287100.830.580.34341.5771.4338.43
HexA81C470533A221564726
Octal250341070123724252610746
Binary10101000111001000111010100111110101000101010101101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C47; }

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

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

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

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

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

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

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

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