#A81D52

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

Shades of Lipstick #A81D52

Tints of Lipstick #A81D52

Color information

#A81D52 (or 0xA81D52) is unknown color: approx Lipstick. HEX triplet: A8, 1D and 52. RGB value is (168,29,82). Sum of RGB (Red+Green+Blue) = 168+29+82=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81D52 is #57E2AD. Grayscale: #4C4C4C. Windows color (decimal): -5759662 or 5381544. OLE color: 5381544.

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

Color convert

RGB1682982-
CMYK00.830.510.34
HSL337.12º70.56%38.63%-
HSV(B)337.12º82.74%65.88%-
XYZ18.119.818.92-
YUV76.6131.05193.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=60.22%
G=10.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168298200.830.510.34337.1270.5638.63
HexA81D5205333221514727
Octal250351220123634252110747
Binary10101000111011010010010100111100111000101010100011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81D52; }

 p { color: rgb(168,29,82); }

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

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

 a { background-color: rgb(168,29,82); }

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

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

 span { border-color: rgb(168,29,82); }

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