#A51844

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

Shades of Lipstick #A51844

Tints of Lipstick #A51844

Color information

#A51844 (or 0xA51844) is unknown color: approx Lipstick. HEX triplet: A5, 18 and 44. RGB value is (165,24,68). Sum of RGB (Red+Green+Blue) = 165+24+68=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A51844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51844 is #5AE7BB. Grayscale: #474747. Windows color (decimal): -5957564 or 4462757. OLE color: 4462757.

HSL color Cylindrical-coordinate representation of color #A51844: hue angle of 341.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51844 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1652468-
CMYK00.850.590.35
HSL341.28º74.6%37.06%-
HSV(B)341.28º85.45%64.71%-
XYZ16.899.076.33-
YUV71.18126.21194.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=64.20%
G=9.34%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165246800.850.590.35341.2874.637.06
HexA518440553B231554b25
Octal245301040125734352511345
Binary10100101110001000100010101011110111000111010101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51844; }

 p { color: rgb(165,24,68); }

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

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

 a { background-color: rgb(165,24,68); }

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

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

 span { border-color: rgb(165,24,68); }

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