#A31642

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

Shades of Lipstick #A31642

Tints of Lipstick #A31642

Color information

#A31642 (or 0xA31642) is unknown color: approx Lipstick. HEX triplet: A3, 16 and 42. RGB value is (163,22,66). Sum of RGB (Red+Green+Blue) = 163+22+66=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31642 is #5CE9BD. Grayscale: #454545. Windows color (decimal): -6089150 or 4331171. OLE color: 4331171.

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

Color convert

RGB1632266-
CMYK00.870.600.36
HSL341.28º76.22%36.27%-
HSV(B)341.28º86.5%63.92%-
XYZ16.378.755.98-
YUV69.18126.21194.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=64.94%
G=8.76%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163226600.870.600.36341.2876.2236.27
HexA316420573C241554c24
Octal243261020127744452511444
Binary10100011101101000010010101111111001001001010101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31642; }

 p { color: rgb(163,22,66); }

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

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

 a { background-color: rgb(163,22,66); }

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

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

 span { border-color: rgb(163,22,66); }

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