#A52743

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

Shades of Lipstick #A52743

Tints of Lipstick #A52743

Color information

#A52743 (or 0xA52743) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 43. RGB value is (165,39,67). Sum of RGB (Red+Green+Blue) = 165+39+67=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A52743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52743 is #5AD8BC. Grayscale: #4F4F4F. Windows color (decimal): -5953725 or 4401061. OLE color: 4401061.

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

Color convert

RGB1653967-
CMYK00.760.590.35
HSL346.67º61.76%40%-
HSV(B)346.67º76.36%64.71%-
XYZ17.269.866.3-
YUV79.87120.74188.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=60.89%
G=14.39%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165396700.760.590.35346.6761.7640
HexA5274304C3B2315b3e28
Octal24547103011473435337650
Binary10100101100111100001101001100111011100011101011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52743; }

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

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

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

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

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

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

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

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