#A12251

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

Shades of Lipstick #A12251

Tints of Lipstick #A12251

Color information

#A12251 (or 0xA12251) is unknown color: approx Lipstick. HEX triplet: A1, 22 and 51. RGB value is (161,34,81). Sum of RGB (Red+Green+Blue) = 161+34+81=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A12251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12251 is #5EDDAE. Grayscale: #4D4D4D. Windows color (decimal): -6217135 or 5317281. OLE color: 5317281.

HSL color Cylindrical-coordinate representation of color #A12251: hue angle of 337.8º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12251 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1613481-
CMYK00.790.500.37
HSL337.8º65.13%38.24%-
HSV(B)337.8º78.88%63.14%-
XYZ16.769.328.7-
YUV77.33130.08187.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=58.33%
G=12.32%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161348100.790.500.37337.865.1338.24
HexA1225104F32251524126
Octal241421210117624552210146
Binary101000011000101010001010011111100101001011010100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12251; }

 p { color: rgb(161,34,81); }

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

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

 a { background-color: rgb(161,34,81); }

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

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

 span { border-color: rgb(161,34,81); }

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