#A12250

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

Shades of Lipstick #A12250

Tints of Lipstick #A12250

Color information

#A12250 (or 0xA12250) is unknown color: approx Lipstick. HEX triplet: A1, 22 and 50. RGB value is (161,34,80). Sum of RGB (Red+Green+Blue) = 161+34+80=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A12250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12250 is #5EDDAF. Grayscale: #4D4D4D. Windows color (decimal): -6217136 or 5251745. OLE color: 5251745.

HSL color Cylindrical-coordinate representation of color #A12250: hue angle of 338.27º 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 #A12250 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1613480-
CMYK00.790.500.37
HSL338.27º65.13%38.24%-
HSV(B)338.27º78.88%63.14%-
XYZ16.729.38.5-
YUV77.22129.58187.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=58.55%
G=12.36%
B=29.09%

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
Decimal161348000.790.500.37338.2765.1338.24
HexA1225004F32251524126
Octal241421200117624552210146
Binary101000011000101010000010011111100101001011010100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12250; }

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

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

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

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

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

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

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

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