#A13359

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

Shades of Lipstick #A13359

Tints of Lipstick #A13359

Color information

#A13359 (or 0xA13359) is unknown color: approx Lipstick. HEX triplet: A1, 33 and 59. RGB value is (161,51,89). Sum of RGB (Red+Green+Blue) = 161+51+89=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A13359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13359 is #5ECCA6. Grayscale: #585858. Windows color (decimal): -6212775 or 5845921. OLE color: 5845921.

HSL color Cylindrical-coordinate representation of color #A13359: hue angle of 339.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13359 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1615189-
CMYK00.680.450.37
HSL339.27º51.89%41.57%-
HSV(B)339.27º68.32%63.14%-
XYZ17.6810.6710.58-
YUV88.22128.44179.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=53.49%
G=16.94%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161518900.680.450.37339.2751.8941.57
HexA133590442D25153342a
Octal24163131010455455236452
Binary10100001110011101100101000100101101100101101010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13359; }

 p { color: rgb(161,51,89); }

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

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

 a { background-color: rgb(161,51,89); }

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

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

 span { border-color: rgb(161,51,89); }

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