#A12742

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

Shades of Lipstick #A12742

Tints of Lipstick #A12742

Color information

#A12742 (or 0xA12742) is unknown color: approx Lipstick. HEX triplet: A1, 27 and 42. RGB value is (161,39,66). Sum of RGB (Red+Green+Blue) = 161+39+66=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A12742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12742 is #5ED8BD. Grayscale: #4E4E4E. Windows color (decimal): -6215870 or 4335521. OLE color: 4335521.

HSL color Cylindrical-coordinate representation of color #A12742: hue angle of 346.72º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12742 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1613966-
CMYK00.760.590.37
HSL346.72º61%39.22%-
HSV(B)346.72º75.78%63.14%-
XYZ16.419.426.11-
YUV78.56120.92186.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=60.53%
G=14.66%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161396600.760.590.37346.726139.22
HexA1274204C3B2515b3d27
Octal24147102011473455337547
Binary10100001100111100001001001100111011100101101011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12742; }

 p { color: rgb(161,39,66); }

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

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

 a { background-color: rgb(161,39,66); }

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

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

 span { border-color: rgb(161,39,66); }

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