#A31945

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

Shades of Lipstick #A31945

Tints of Lipstick #A31945

Color information

#A31945 (or 0xA31945) is unknown color: approx Lipstick. HEX triplet: A3, 19 and 45. RGB value is (163,25,69). Sum of RGB (Red+Green+Blue) = 163+25+69=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A31945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31945 is #5CE6BA. Grayscale: #474747. Windows color (decimal): -6088379 or 4528547. OLE color: 4528547.

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

Color convert

RGB1632569-
CMYK00.850.580.36
HSL340.87º73.4%36.86%-
HSV(B)340.87º84.66%63.92%-
XYZ16.538.916.48-
YUV71.28126.72193.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=63.42%
G=9.73%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163256900.850.580.36340.8773.436.86
HexA319450553A241554925
Octal243311050125724452511145
Binary10100011110011000101010101011110101001001010101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31945; }

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

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

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

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

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

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

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

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