#A42351

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

Shades of Lipstick #A42351

Tints of Lipstick #A42351

Color information

#A42351 (or 0xA42351) is unknown color: approx Lipstick. HEX triplet: A4, 23 and 51. RGB value is (164,35,81). Sum of RGB (Red+Green+Blue) = 164+35+81=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A42351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42351 is #5BDCAE. Grayscale: #4E4E4E. Windows color (decimal): -6020271 or 5317540. OLE color: 5317540.

HSL color Cylindrical-coordinate representation of color #A42351: hue angle of 338.6º 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 #A42351 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1643581-
CMYK00.790.510.36
HSL338.6º64.82%39.02%-
HSV(B)338.6º78.66%64.31%-
XYZ17.49.698.74-
YUV78.82129.24188.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.57%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=58.57%
G=12.5%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164358100.790.510.36338.664.8239.02
HexA4235104F33241534127
Octal244431210117634452310147
Binary101001001000111010001010011111100111001001010100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42351; }

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

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

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

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

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

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

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

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