#A31746

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

Shades of Lipstick #A31746

Tints of Lipstick #A31746

Color information

#A31746 (or 0xA31746) is unknown color: approx Lipstick. HEX triplet: A3, 17 and 46. RGB value is (163,23,70). Sum of RGB (Red+Green+Blue) = 163+23+70=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A31746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31746 is #5CE8B9. Grayscale: #464646. Windows color (decimal): -6088890 or 4593571. OLE color: 4593571.

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

Color convert

RGB1632370-
CMYK00.860.570.36
HSL339.86º75.27%36.47%-
HSV(B)339.86º85.89%63.92%-
XYZ16.528.846.63-
YUV70.22127.88194.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=63.67%
G=8.98%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163237000.860.570.36339.8675.2736.47
HexA3174605639241544b24
Octal243271060126714452411344
Binary10100011101111000110010101101110011001001010101001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31746; }

 p { color: rgb(163,23,70); }

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

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

 a { background-color: rgb(163,23,70); }

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

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

 span { border-color: rgb(163,23,70); }

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