#A12F4F

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

Shades of Lipstick #A12F4F

Tints of Lipstick #A12F4F

Color information

#A12F4F (or 0xA12F4F) is unknown color: approx Lipstick. HEX triplet: A1, 2F and 4F. RGB value is (161,47,79). Sum of RGB (Red+Green+Blue) = 161+47+79=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F4F is #5ED0B0. Grayscale: #545454. Windows color (decimal): -6213809 or 5189537. OLE color: 5189537.

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

Color convert

RGB1614779-
CMYK00.710.510.37
HSL343.16º54.81%40.78%-
HSV(B)343.16º70.81%63.14%-
XYZ17.1310.178.46-
YUV84.73124.77182.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=56.10%
G=16.38%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161477900.710.510.37343.1654.8140.78
HexA12F4F04733251573729
Octal24157117010763455276751
Binary10100001101111100111101000111110011100101101010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F4F; }

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

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

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

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

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

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

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

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