#A51D4A

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

Shades of Lipstick #A51D4A

Tints of Lipstick #A51D4A

Color information

#A51D4A (or 0xA51D4A) is unknown color: approx Lipstick. HEX triplet: A5, 1D and 4A. RGB value is (165,29,74). Sum of RGB (Red+Green+Blue) = 165+29+74=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D4A is #5AE2B5. Grayscale: #4A4A4A. Windows color (decimal): -5956278 or 4857253. OLE color: 4857253.

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

Color convert

RGB1652974-
CMYK00.820.550.35
HSL340.15º70.1%38.04%-
HSV(B)340.15º82.42%64.71%-
XYZ17.199.377.38-
YUV74.79127.56192.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 29 (11.72% from 255) = 10.82%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=61.57%
G=10.82%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165297400.820.550.35340.1570.138.04
HexA51D4A05237231544626
Octal245351120122674352410646
Binary10100101111011001010010100101101111000111010101001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51D4A; }

 p { color: rgb(165,29,74); }

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

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

 a { background-color: rgb(165,29,74); }

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

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

 span { border-color: rgb(165,29,74); }

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