#a91e52

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

Shades of Lipstick #A91E52

Tints of Lipstick #A91E52

Color information

#A91E52 (or 0xA91E52) is unknown color: approx Lipstick. HEX triplet: A9, 1E and 52. RGB value is (169,30,82). Sum of RGB (Red+Green+Blue) = 169+30+82=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E52 is #56E1AD. Grayscale: #4D4D4D. Windows color (decimal): -5693870 or 5381801. OLE color: 5381801.

HSL color Cylindrical-coordinate representation of color #A91E52: hue angle of 337.55º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E52 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1693082-
CMYK00.820.510.34
HSL337.55º69.85%39.02%-
HSV(B)337.55º82.25%66.27%-
XYZ18.359.978.94-
YUV77.49130.55193.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=60.14%
G=10.68%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169308200.820.510.34337.5569.8539.02
HexA91E5205233221524627
Octal251361220122634252210647
Binary10101001111101010010010100101100111000101010100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a91e52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a91e52; }

 p { color: rgb(169,30,82); }

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

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

 a { background-color: rgb(169,30,82); }

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

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

 span { border-color: rgb(169,30,82); }

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