#A91E46

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

Shades of Lipstick #A91E46

Tints of Lipstick #A91E46

Color information

#A91E46 (or 0xA91E46) is unknown color: approx Lipstick. HEX triplet: A9, 1E and 46. RGB value is (169,30,70). Sum of RGB (Red+Green+Blue) = 169+30+70=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E46 is #56E1B9. Grayscale: #4C4C4C. Windows color (decimal): -5693882 or 4595369. OLE color: 4595369.

HSL color Cylindrical-coordinate representation of color #A91E46: hue angle of 342.73º 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 #A91E46 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1693070-
CMYK00.820.590.34
HSL342.73º69.85%39.02%-
HSV(B)342.73º82.25%66.27%-
XYZ17.939.816.74-
YUV76.12124.55194.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=62.83%
G=11.15%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169307000.820.590.34342.7369.8539.02
HexA91E460523B221574627
Octal251361060122734252710647
Binary10101001111101000110010100101110111000101010101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E46; }

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

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

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

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

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

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

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

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