#A91E4A

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

Shades of Lipstick #A91E4A

Tints of Lipstick #A91E4A

Color information

#A91E4A (or 0xA91E4A) is unknown color: approx Lipstick. HEX triplet: A9, 1E and 4A. RGB value is (169,30,74). Sum of RGB (Red+Green+Blue) = 169+30+74=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E4A is #56E1B5. Grayscale: #4C4C4C. Windows color (decimal): -5693878 or 4857513. OLE color: 4857513.

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

Color convert

RGB1693074-
CMYK00.820.560.34
HSL341.01º69.85%39.02%-
HSV(B)341.01º82.25%66.27%-
XYZ18.069.867.43-
YUV76.58126.55193.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=61.90%
G=10.99%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169307400.820.560.34341.0169.8539.02
HexA91E4A05238221554627
Octal251361120122704252510647
Binary10101001111101001010010100101110001000101010101011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E4A; }

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

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

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

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

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

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

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

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