#A51B42

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

Shades of Lipstick #A51B42

Tints of Lipstick #A51B42

Color information

#A51B42 (or 0xA51B42) is unknown color: approx Lipstick. HEX triplet: A5, 1B and 42. RGB value is (165,27,66). Sum of RGB (Red+Green+Blue) = 165+27+66=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B42 is #5AE4BD. Grayscale: #484848. Windows color (decimal): -5956798 or 4332453. OLE color: 4332453.

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

Color convert

RGB1652766-
CMYK00.840.600.35
HSL343.04º71.88%37.65%-
HSV(B)343.04º83.64%64.71%-
XYZ16.899.186.04-
YUV72.71124.22193.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.95%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=63.95%
G=10.47%
B=25.58%

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
Decimal165276600.840.600.35343.0471.8837.65
HexA51B420543C231574826
Octal245331020124744352711046
Binary10100101110111000010010101001111001000111010101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B42; }

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

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

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

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

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

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

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

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