#A12448

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

Shades of Lipstick #A12448

Tints of Lipstick #A12448

Color information

#A12448 (or 0xA12448) is unknown color: approx Lipstick. HEX triplet: A1, 24 and 48. RGB value is (161,36,72). Sum of RGB (Red+Green+Blue) = 161+36+72=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A12448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12448 is #5EDBB7. Grayscale: #4D4D4D. Windows color (decimal): -6216632 or 4727969. OLE color: 4727969.

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

Color convert

RGB1613672-
CMYK00.780.550.37
HSL342.72º63.45%38.63%-
HSV(B)342.72º77.64%63.14%-
XYZ16.59.317.06-
YUV77.48124.91187.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=59.85%
G=13.38%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161367200.780.550.37342.7263.4538.63
HexA1244804E37251573f27
Octal24144110011667455277747
Binary10100001100100100100001001110110111100101101010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12448; }

 p { color: rgb(161,36,72); }

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

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

 a { background-color: rgb(161,36,72); }

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

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

 span { border-color: rgb(161,36,72); }

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