#A12353

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

Shades of Lipstick #A12353

Tints of Lipstick #A12353

Color information

#A12353 (or 0xA12353) is unknown color: approx Lipstick. HEX triplet: A1, 23 and 53. RGB value is (161,35,83). Sum of RGB (Red+Green+Blue) = 161+35+83=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A12353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12353 is #5EDCAC. Grayscale: #4E4E4E. Windows color (decimal): -6216877 or 5448609. OLE color: 5448609.

HSL color Cylindrical-coordinate representation of color #A12353: hue angle of 337.14º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12353 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1613583-
CMYK00.780.480.37
HSL337.14º64.29%38.43%-
HSV(B)337.14º78.26%63.14%-
XYZ16.869.49.11-
YUV78.15130.74187.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=57.71%
G=12.54%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161358300.780.480.37337.1464.2938.43
HexA1235304E30251514026
Octal241431230116604552110046
Binary101000011000111010011010011101100001001011010100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12353; }

 p { color: rgb(161,35,83); }

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

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

 a { background-color: rgb(161,35,83); }

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

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

 span { border-color: rgb(161,35,83); }

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