#A4234E

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

Shades of Lipstick #A4234E

Tints of Lipstick #A4234E

Color information

#A4234E (or 0xA4234E) is unknown color: approx Lipstick. HEX triplet: A4, 23 and 4E. RGB value is (164,35,78). Sum of RGB (Red+Green+Blue) = 164+35+78=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4234E is #5BDCB1. Grayscale: #4E4E4E. Windows color (decimal): -6020274 or 5120932. OLE color: 5120932.

HSL color Cylindrical-coordinate representation of color #A4234E: hue angle of 340º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4234E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1643578-
CMYK00.790.520.36
HSL340º64.82%39.02%-
HSV(B)340º78.66%64.31%-
XYZ17.299.648.16-
YUV78.47127.74189-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.21%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=59.21%
G=12.64%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164357800.790.520.3634064.8239.02
HexA4234E04F34241544127
Octal244431160117644452410147
Binary101001001000111001110010011111101001001001010101001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4234E; }

 p { color: rgb(164,35,78); }

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

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

 a { background-color: rgb(164,35,78); }

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

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

 span { border-color: rgb(164,35,78); }

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