#A4265F

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

Shades of Lipstick #A4265F

Tints of Lipstick #A4265F

Color information

#A4265F (or 0xA4265F) is unknown color: approx Lipstick. HEX triplet: A4, 26 and 5F. RGB value is (164,38,95). Sum of RGB (Red+Green+Blue) = 164+38+95=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4265F is #5BD9A0. Grayscale: #525252. Windows color (decimal): -6019489 or 6235812. OLE color: 6235812.

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

Color convert

RGB1643895-
CMYK00.770.420.36
HSL332.86º62.38%39.61%-
HSV(B)332.86º76.83%64.31%-
XYZ18.0710.111.82-
YUV82.17135.24186.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.22%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=55.22%
G=12.79%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164389500.770.420.36332.8662.3839.61
HexA4265F04D2A2414d3e28
Octal24446137011552445157650
Binary10100100100110101111101001101101010100100101001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4265F; }

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

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

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

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

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

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

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

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