#A22748

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

Shades of Lipstick #A22748

Tints of Lipstick #A22748

Color information

#A22748 (or 0xA22748) is unknown color: approx Lipstick. HEX triplet: A2, 27 and 48. RGB value is (162,39,72). Sum of RGB (Red+Green+Blue) = 162+39+72=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A22748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22748 is #5DD8B7. Grayscale: #4F4F4F. Windows color (decimal): -6150328 or 4728738. OLE color: 4728738.

HSL color Cylindrical-coordinate representation of color #A22748: hue angle of 343.9º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22748 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1623972-
CMYK00.760.560.36
HSL343.9º61.19%39.41%-
HSV(B)343.9º75.93%63.53%-
XYZ16.89.67.1-
YUV79.54123.75186.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=59.34%
G=14.29%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162397200.760.560.36343.961.1939.41
HexA2274804C38241583d27
Octal24247110011470445307547
Binary10100010100111100100001001100111000100100101011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22748; }

 p { color: rgb(162,39,72); }

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

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

 a { background-color: rgb(162,39,72); }

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

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

 span { border-color: rgb(162,39,72); }

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