#A22251

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

Shades of Lipstick #A22251

Tints of Lipstick #A22251

Color information

#A22251 (or 0xA22251) is unknown color: approx Lipstick. HEX triplet: A2, 22 and 51. RGB value is (162,34,81). Sum of RGB (Red+Green+Blue) = 162+34+81=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A22251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22251 is #5DDDAE. Grayscale: #4D4D4D. Windows color (decimal): -6151599 or 5317282. OLE color: 5317282.

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

Color convert

RGB1623481-
CMYK00.790.500.36
HSL337.97º65.31%38.43%-
HSV(B)337.97º79.01%63.53%-
XYZ16.969.428.71-
YUV77.63129.91188.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=58.48%
G=12.27%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162348100.790.500.36337.9765.3138.43
HexA2225104F32241524126
Octal242421210117624452210146
Binary101000101000101010001010011111100101001001010100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22251; }

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

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

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

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

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

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

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

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