#A2214D

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

Shades of Lipstick #A2214D

Tints of Lipstick #A2214D

Color information

#A2214D (or 0xA2214D) is unknown color: approx Lipstick. HEX triplet: A2, 21 and 4D. RGB value is (162,33,77). Sum of RGB (Red+Green+Blue) = 162+33+77=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2214D is #5DDEB2. Grayscale: #4C4C4C. Windows color (decimal): -6151859 or 5054882. OLE color: 5054882.

HSL color Cylindrical-coordinate representation of color #A2214D: hue angle of 339.53º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2214D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1623377-
CMYK00.800.520.36
HSL339.53º66.15%38.24%-
HSV(B)339.53º79.63%63.53%-
XYZ16.789.37.93-
YUV76.59128.24188.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=59.56%
G=12.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162337700.800.520.36339.5366.1538.24
HexA2214D05034241544226
Octal242411150120644452410246
Binary101000101000011001101010100001101001001001010101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2214D; }

 p { color: rgb(162,33,77); }

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

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

 a { background-color: rgb(162,33,77); }

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

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

 span { border-color: rgb(162,33,77); }

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