#A71C52

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

Shades of Lipstick #A71C52

Tints of Lipstick #A71C52

Color information

#A71C52 (or 0xA71C52) is unknown color: approx Lipstick. HEX triplet: A7, 1C and 52. RGB value is (167,28,82). Sum of RGB (Red+Green+Blue) = 167+28+82=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C52 is #58E3AD. Grayscale: #4B4B4B. Windows color (decimal): -5825454 or 5381287. OLE color: 5381287.

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

Color convert

RGB1672882-
CMYK00.830.510.35
HSL336.69º71.28%38.24%-
HSV(B)336.69º83.23%65.49%-
XYZ17.879.668.9-
YUV75.72131.55193.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.29%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=60.29%
G=10.11%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167288200.830.510.35336.6971.2838.24
HexA71C5205333231514726
Octal247341220123634352110746
Binary10100111111001010010010100111100111000111010100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71C52; }

 p { color: rgb(167,28,82); }

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

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

 a { background-color: rgb(167,28,82); }

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

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

 span { border-color: rgb(167,28,82); }

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