#A4184B

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

Shades of Lipstick #A4184B

Tints of Lipstick #A4184B

Color information

#A4184B (or 0xA4184B) is unknown color: approx Lipstick. HEX triplet: A4, 18 and 4B. RGB value is (164,24,75). Sum of RGB (Red+Green+Blue) = 164+24+75=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4184B is #5BE7B4. Grayscale: #474747. Windows color (decimal): -6023093 or 4921508. OLE color: 4921508.

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

Color convert

RGB1642475-
CMYK00.850.540.36
HSL338.14º74.47%36.86%-
HSV(B)338.14º85.37%64.31%-
XYZ16.919.057.51-
YUV71.67129.88193.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=62.36%
G=9.13%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164247500.850.540.36338.1474.4736.86
HexA4184B05536241524a25
Octal244301130125664452211245
Binary10100100110001001011010101011101101001001010100101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4184B; }

 p { color: rgb(164,24,75); }

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

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

 a { background-color: rgb(164,24,75); }

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

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

 span { border-color: rgb(164,24,75); }

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