#A31747

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

Shades of Lipstick #A31747

Tints of Lipstick #A31747

Color information

#A31747 (or 0xA31747) is unknown color: approx Lipstick. HEX triplet: A3, 17 and 47. RGB value is (163,23,71). Sum of RGB (Red+Green+Blue) = 163+23+71=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A31747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31747 is #5CE8B8. Grayscale: #464646. Windows color (decimal): -6088889 or 4659107. OLE color: 4659107.

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

Color convert

RGB1632371-
CMYK00.860.560.36
HSL339.43º75.27%36.47%-
HSV(B)339.43º85.89%63.92%-
XYZ16.558.856.8-
YUV70.33128.38194.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=63.42%
G=8.95%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163237100.860.560.36339.4375.2736.47
HexA3174705638241534b24
Octal243271070126704452311344
Binary10100011101111000111010101101110001001001010100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31747; }

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

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

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

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

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

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

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

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