#A12D4F

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

Shades of Lipstick #A12D4F

Tints of Lipstick #A12D4F

Color information

#A12D4F (or 0xA12D4F) is unknown color: approx Lipstick. HEX triplet: A1, 2D and 4F. RGB value is (161,45,79). Sum of RGB (Red+Green+Blue) = 161+45+79=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12D4F is #5ED2B0. Grayscale: #535353. Windows color (decimal): -6214321 or 5189025. OLE color: 5189025.

HSL color Cylindrical-coordinate representation of color #A12D4F: hue angle of 342.41º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D4F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1614579-
CMYK00.720.510.37
HSL342.41º56.31%40.39%-
HSV(B)342.41º72.05%63.14%-
XYZ17.0510.028.43-
YUV83.56125.43183.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=56.49%
G=15.79%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161457900.720.510.37342.4156.3140.39
HexA12D4F04833251563828
Octal24155117011063455267050
Binary10100001101101100111101001000110011100101101010110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D4F; }

 p { color: rgb(161,45,79); }

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

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

 a { background-color: rgb(161,45,79); }

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

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

 span { border-color: rgb(161,45,79); }

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