#A42851

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

Shades of Lipstick #A42851

Tints of Lipstick #A42851

Color information

#A42851 (or 0xA42851) is unknown color: approx Lipstick. HEX triplet: A4, 28 and 51. RGB value is (164,40,81). Sum of RGB (Red+Green+Blue) = 164+40+81=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A42851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42851 is #5BD7AE. Grayscale: #515151. Windows color (decimal): -6018991 or 5318820. OLE color: 5318820.

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

Color convert

RGB1644081-
CMYK00.760.510.36
HSL340.16º60.78%40%-
HSV(B)340.16º75.61%64.31%-
XYZ17.55108.79-
YUV81.75127.58186.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=57.54%
G=14.04%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164408100.760.510.36340.1660.7840
HexA4285104C33241543d28
Octal24450121011463445247550
Binary10100100101000101000101001100110011100100101010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42851; }

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

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

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

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

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

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

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

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