Html Css Color HEX #A71E52 Lipstick

📋 copy color: '#A71E52'

red 167 ◦ green 30 ◦ blue 82

#A71E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A71E52

Tints of Lipstick #A71E52

RGB

 RED value IS 167 (65.63% from 255) = 59.86%

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 59.86%
G = 10.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A71E52 (or 0xA71E52) is known color: Lipstick. HEX triplet: A7, 1E and 52. RGB value is (167,30,82). Sum of RGB (Red+Green+Blue) = 167+30+82=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71E52 is #58E1AD. Grayscale: #4C4C4C. Windows color (decimal): -5824942 or 5381799. OLE color: 5381799.

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

Color convert

RGB 167 30 82 -
CMYK 0 0.82 0.51 0.35
HSL 337.23º 0.7% 0.39% -
HSV(B) 337.23º 0.82% 0.65% -
XYZ 17.92 9.75 8.92 -
YUV 76.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 167 30 82 0 0.82 0.51 0.35 337.23 0.7 0.39
Hex A7 1E 52 0 52 33 23 151 46 27
Octal 247 36 122 0 122 63 43 521 106 47
Binary 10100111 11110 1010010 0 1010010 110011 100011 101010001 1000110 100111

Color Harmonies of #A71E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E52

Black with #A71E52

Text Example


Text Example

White with #A71E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E52; }

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

 H1.HeaderClassName
 {
   color: #A71E52;
 }
 .AnyTagClassName
 {
   color: #A71E52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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