#A81B47

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

Shades of Lipstick #A81B47

Tints of Lipstick #A81B47

Color information

#A81B47 (or 0xA81B47) is unknown color: approx Lipstick. HEX triplet: A8, 1B and 47. RGB value is (168,27,71). Sum of RGB (Red+Green+Blue) = 168+27+71=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B47 is #57E4B8. Grayscale: #4A4A4A. Windows color (decimal): -5760185 or 4660136. OLE color: 4660136.

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

Color convert

RGB1682771-
CMYK00.840.580.34
HSL341.28º72.31%38.24%-
HSV(B)341.28º83.93%65.88%-
XYZ17.689.566.88-
YUV74.18126.21194.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=63.16%
G=10.15%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168277100.840.580.34341.2872.3138.24
HexA81B470543A221554826
Octal250331070124724252511046
Binary10101000110111000111010101001110101000101010101011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81B47; }

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

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

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

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

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

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

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

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