#A13257

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

Shades of Lipstick #A13257

Tints of Lipstick #A13257

Color information

#A13257 (or 0xA13257) is unknown color: approx Lipstick. HEX triplet: A1, 32 and 57. RGB value is (161,50,87). Sum of RGB (Red+Green+Blue) = 161+50+87=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A13257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13257 is #5ECDA8. Grayscale: #575757. Windows color (decimal): -6213033 or 5714593. OLE color: 5714593.

HSL color Cylindrical-coordinate representation of color #A13257: hue angle of 340º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13257 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1615087-
CMYK00.690.460.37
HSL340º52.61%41.37%-
HSV(B)340º68.94%63.14%-
XYZ17.5610.5510.13-
YUV87.41127.77180.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=54.03%
G=16.78%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161508700.690.460.3734052.6141.37
HexA132570452E251543529
Octal24162127010556455246551
Binary10100001110010101011101000101101110100101101010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13257; }

 p { color: rgb(161,50,87); }

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

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

 a { background-color: rgb(161,50,87); }

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

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

 span { border-color: rgb(161,50,87); }

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