#A92251

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

Shades of Lipstick #A92251

Tints of Lipstick #A92251

Color information

#A92251 (or 0xA92251) is unknown color: approx Lipstick. HEX triplet: A9, 22 and 51. RGB value is (169,34,81). Sum of RGB (Red+Green+Blue) = 169+34+81=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A92251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92251 is #56DDAE. Grayscale: #4F4F4F. Windows color (decimal): -5692847 or 5317289. OLE color: 5317289.

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

Color convert

RGB1693481-
CMYK00.800.520.34
HSL339.11º66.5%39.8%-
HSV(B)339.11º79.88%66.27%-
XYZ18.4210.178.78-
YUV79.72128.73191.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=59.51%
G=11.97%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169348100.800.520.34339.1166.539.8
HexA9225105034221534328
Octal251421210120644252310350
Binary101010011000101010001010100001101001000101010100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92251; }

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

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

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

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

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

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

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

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