#A81F4C

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

Shades of Lipstick #A81F4C

Tints of Lipstick #A81F4C

Color information

#A81F4C (or 0xA81F4C) is unknown color: approx Lipstick. HEX triplet: A8, 1F and 4C. RGB value is (168,31,76). Sum of RGB (Red+Green+Blue) = 168+31+76=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F4C is #57E0B3. Grayscale: #4D4D4D. Windows color (decimal): -5759156 or 4988840. OLE color: 4988840.

HSL color Cylindrical-coordinate representation of color #A81F4C: hue angle of 340.29º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F4C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB1683176-
CMYK00.820.550.34
HSL340.29º68.84%39.02%-
HSV(B)340.29º81.55%65.88%-
XYZ17.949.837.79-
YUV77.09127.39192.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=61.09%
G=11.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168317600.820.550.34340.2968.8439.02
HexA81F4C05237221544527
Octal250371140122674252410547
Binary10101000111111001100010100101101111000101010101001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F4C; }

 p { color: rgb(168,31,76); }

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

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

 a { background-color: rgb(168,31,76); }

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

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

 span { border-color: rgb(168,31,76); }

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