#A51A42

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

Shades of Lipstick #A51A42

Tints of Lipstick #A51A42

Color information

#A51A42 (or 0xA51A42) is unknown color: approx Lipstick. HEX triplet: A5, 1A and 42. RGB value is (165,26,66). Sum of RGB (Red+Green+Blue) = 165+26+66=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A42 is #5AE5BD. Grayscale: #484848. Windows color (decimal): -5957054 or 4332197. OLE color: 4332197.

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

Color convert

RGB1652666-
CMYK00.840.600.35
HSL342.73º72.77%37.45%-
HSV(B)342.73º84.24%64.71%-
XYZ16.879.136.03-
YUV72.12124.55194.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=64.20%
G=10.12%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165266600.840.600.35342.7372.7737.45
HexA51A420543C231574925
Octal245321020124744352711145
Binary10100101110101000010010101001111001000111010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A42; }

 p { color: rgb(165,26,66); }

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

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

 a { background-color: rgb(165,26,66); }

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

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

 span { border-color: rgb(165,26,66); }

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