#a22b5d

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

Shades of Lipstick #A22B5D

Tints of Lipstick #A22B5D

Color information

#A22B5D (or 0xA22B5D) is unknown color: approx Lipstick. HEX triplet: A2, 2B and 5D. RGB value is (162,43,93). Sum of RGB (Red+Green+Blue) = 162+43+93=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22B5D is #5DD4A2. Grayscale: #545454. Windows color (decimal): -6149283 or 6106018. OLE color: 6106018.

HSL color Cylindrical-coordinate representation of color #A22B5D: hue angle of 334.79º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B5D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1624393-
CMYK00.730.430.36
HSL334.79º58.05%40.2%-
HSV(B)334.79º73.46%63.53%-
XYZ17.7410.211.39-
YUV84.28132.92183.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=54.36%
G=14.43%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162439300.730.430.36334.7958.0540.2
HexA22B5D0492B2414f3a28
Octal24253135011153445177250
Binary10100010101011101110101001001101011100100101001111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22b5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22b5d; }

 p { color: rgb(162,43,93); }

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

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

 a { background-color: rgb(162,43,93); }

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

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

 span { border-color: rgb(162,43,93); }

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