#A81948

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

Shades of Lipstick #A81948

Tints of Lipstick #A81948

Color information

#A81948 (or 0xA81948) is unknown color: approx Lipstick. HEX triplet: A8, 19 and 48. RGB value is (168,25,72). Sum of RGB (Red+Green+Blue) = 168+25+72=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A81948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81948 is #57E6B7. Grayscale: #494949. Windows color (decimal): -5760696 or 4725160. OLE color: 4725160.

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

Color convert

RGB1682572-
CMYK00.850.570.34
HSL340.28º74.09%37.84%-
HSV(B)340.28º85.12%65.88%-
XYZ17.679.497.03-
YUV73.11127.38195.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=63.40%
G=9.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168257200.850.570.34340.2874.0937.84
HexA8194805539221544a26
Octal250311100125714252411246
Binary10101000110011001000010101011110011000101010101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81948; }

 p { color: rgb(168,25,72); }

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

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

 a { background-color: rgb(168,25,72); }

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

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

 span { border-color: rgb(168,25,72); }

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