Html Css Color HEX #A71E4A Lipstick

📋 copy color: '#A71E4A'

red 167 ◦ green 30 ◦ blue 74

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

Shades of Lipstick #A71E4A

Tints of Lipstick #A71E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 61.62%
G = 11.07%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A71E4A (or 0xA71E4A) is known color: Lipstick. HEX triplet: A7, 1E and 4A. RGB value is (167,30,74). Sum of RGB (Red+Green+Blue) = 167+30+74=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E4A is #58E1B5. Grayscale: #4B4B4B. Windows color (decimal): -5824950 or 4857511. OLE color: 4857511.

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

Color convert

RGB 167 30 74 -
CMYK 0 0.82 0.56 0.35
HSL 340.73º 0.7% 0.39% -
HSV(B) 340.73º 0.82% 0.65% -
XYZ 17.64 9.64 7.41 -
YUV 75.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 167 30 74 0 0.82 0.56 0.35 340.73 0.7 0.39
Hex A7 1E 4A 0 52 38 23 155 46 27
Octal 247 36 112 0 122 70 43 525 106 47
Binary 10100111 11110 1001010 0 1010010 111000 100011 101010101 1000110 100111

Color Harmonies of #A71E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E4A

Black with #A71E4A

Text Example


Text Example

White with #A71E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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