#A9275F

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

Shades of Lipstick #A9275F

Tints of Lipstick #A9275F

Color information

#A9275F (or 0xA9275F) is unknown color: approx Lipstick. HEX triplet: A9, 27 and 5F. RGB value is (169,39,95). Sum of RGB (Red+Green+Blue) = 169+39+95=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A9275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9275F is #56D8A0. Grayscale: #545454. Windows color (decimal): -5691553 or 6236073. OLE color: 6236073.

HSL color Cylindrical-coordinate representation of color #A9275F: hue angle of 334.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9275F is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1693995-
CMYK00.770.440.34
HSL334.15º62.5%40.78%-
HSV(B)334.15º76.92%66.27%-
XYZ19.1510.7111.88-
YUV84.25134.07188.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=55.78%
G=12.87%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169399500.770.440.34334.1562.540.78
HexA9275F04D2C2214e3e29
Octal25147137011554425167651
Binary10101001100111101111101001101101100100010101001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9275F; }

 p { color: rgb(169,39,95); }

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

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

 a { background-color: rgb(169,39,95); }

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

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

 span { border-color: rgb(169,39,95); }

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