#A31741

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

Shades of Lipstick #A31741

Tints of Lipstick #A31741

Color information

#A31741 (or 0xA31741) is unknown color: approx Lipstick. HEX triplet: A3, 17 and 41. RGB value is (163,23,65). Sum of RGB (Red+Green+Blue) = 163+23+65=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31741 is #5CE8BE. Grayscale: #454545. Windows color (decimal): -6088895 or 4265891. OLE color: 4265891.

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

Color convert

RGB1632365-
CMYK00.860.600.36
HSL342º75.27%36.47%-
HSV(B)342º85.89%63.92%-
XYZ16.368.785.83-
YUV69.65125.38194.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=64.94%
G=9.16%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163236500.860.600.3634275.2736.47
HexA317410563C241564b24
Octal243271010126744452611344
Binary10100011101111000001010101101111001001001010101101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31741; }

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

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

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

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

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

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

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

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