#A4275F

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

Shades of Lipstick #A4275F

Tints of Lipstick #A4275F

Color information

#A4275F (or 0xA4275F) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 5F. RGB value is (164,39,95). Sum of RGB (Red+Green+Blue) = 164+39+95=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4275F is #5BD8A0. Grayscale: #525252. Windows color (decimal): -6019233 or 6236068. OLE color: 6236068.

HSL color Cylindrical-coordinate representation of color #A4275F: hue angle of 333.12º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4275F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1643995-
CMYK00.760.420.36
HSL333.12º61.58%39.8%-
HSV(B)333.12º76.22%64.31%-
XYZ18.110.1711.84-
YUV82.76134.91185.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=55.03%
G=13.09%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164399500.760.420.36333.1261.5839.8
HexA4275F04C2A2414d3e28
Octal24447137011452445157650
Binary10100100100111101111101001100101010100100101001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4275F; }

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

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

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

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

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

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

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

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