#A41748

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

Shades of Lipstick #A41748

Tints of Lipstick #A41748

Color information

#A41748 (or 0xA41748) is unknown color: approx Lipstick. HEX triplet: A4, 17 and 48. RGB value is (164,23,72). Sum of RGB (Red+Green+Blue) = 164+23+72=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A41748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41748 is #5BE8B7. Grayscale: #464646. Windows color (decimal): -6023352 or 4724644. OLE color: 4724644.

HSL color Cylindrical-coordinate representation of color #A41748: hue angle of 339.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41748 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1642372-
CMYK00.860.560.36
HSL339.15º75.4%36.67%-
HSV(B)339.15º85.98%64.31%-
XYZ16.798.976.98-
YUV70.74128.71194.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.32%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=63.32%
G=8.88%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164237200.860.560.36339.1575.436.67
HexA4174805638241534b25
Octal244271100126704452311345
Binary10100100101111001000010101101110001001001010100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41748; }

 p { color: rgb(164,23,72); }

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

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

 a { background-color: rgb(164,23,72); }

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

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

 span { border-color: rgb(164,23,72); }

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