Html Css Color HEX #A71F59 Lipstick

📋 copy color: '#A71F59'

red 167 ◦ green 31 ◦ blue 89

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

Shades of Lipstick #A71F59

Tints of Lipstick #A71F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 58.19%
G = 10.8%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A71F59 (or 0xA71F59) is known color: Lipstick. HEX triplet: A7, 1F and 59. RGB value is (167,31,89). Sum of RGB (Red+Green+Blue) = 167+31+89=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F59 is #58E0A6. Grayscale: #4E4E4E. Windows color (decimal): -5824679 or 5840807. OLE color: 5840807.

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

Color convert

RGB 167 31 89 -
CMYK 0 0.81 0.47 0.35
HSL 334.41º 0.69% 0.39% -
HSV(B) 334.41º 0.81% 0.65% -
XYZ 18.23 9.92 10.4 -
YUV 78.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 167 31 89 0 0.81 0.47 0.35 334.41 0.69 0.39
Hex A7 1F 59 0 51 2F 23 14E 45 27
Octal 247 37 131 0 121 57 43 516 105 47
Binary 10100111 11111 1011001 0 1010001 101111 100011 101001110 1000101 100111

Color Harmonies of #A71F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F59

Black with #A71F59

Text Example


Text Example

White with #A71F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F59; }

 p { color: rgb(167,31,89); }

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

background-color css

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

 a { background-color: rgb(167,31,89); }

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

border-color css

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

 span { border-color: rgb(167,31,89); }

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