#A31942

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

Shades of Lipstick #A31942

Tints of Lipstick #A31942

Color information

#A31942 (or 0xA31942) is unknown color: approx Lipstick. HEX triplet: A3, 19 and 42. RGB value is (163,25,66). Sum of RGB (Red+Green+Blue) = 163+25+66=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A31942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31942 is #5CE6BD. Grayscale: #464646. Windows color (decimal): -6088382 or 4331939. OLE color: 4331939.

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

Color convert

RGB1632566-
CMYK00.850.600.36
HSL342.17º73.4%36.86%-
HSV(B)342.17º84.66%63.92%-
XYZ16.448.886-
YUV70.94125.22193.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=64.17%
G=9.84%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163256600.850.600.36342.1773.436.86
HexA319420553C241564925
Octal243311020125744452611145
Binary10100011110011000010010101011111001001001010101101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31942; }

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

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

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

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

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

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

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

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