#A51B43

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

Shades of Lipstick #A51B43

Tints of Lipstick #A51B43

Color information

#A51B43 (or 0xA51B43) is unknown color: approx Lipstick. HEX triplet: A5, 1B and 43. RGB value is (165,27,67). Sum of RGB (Red+Green+Blue) = 165+27+67=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B43 is #5AE4BC. Grayscale: #484848. Windows color (decimal): -5956797 or 4397989. OLE color: 4397989.

HSL color Cylindrical-coordinate representation of color #A51B43: hue angle of 342.61º 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 #A51B43 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1652767-
CMYK00.840.590.35
HSL342.61º71.88%37.65%-
HSV(B)342.61º83.64%64.71%-
XYZ16.929.196.19-
YUV72.82124.72193.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=63.71%
G=10.42%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165276700.840.590.35342.6171.8837.65
HexA51B430543B231574826
Octal245331030124734352711046
Binary10100101110111000011010101001110111000111010101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B43; }

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

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

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

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

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

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

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

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