Html Css Color HEX #A71A4E Lipstick

📋 copy color: '#A71A4E'

red 167 ◦ green 26 ◦ blue 78

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

Shades of Lipstick #A71A4E

Tints of Lipstick #A71A4E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 61.62%
G = 9.59%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A71A4E (or 0xA71A4E) is known color: Lipstick. HEX triplet: A7, 1A and 4E. RGB value is (167,26,78). Sum of RGB (Red+Green+Blue) = 167+26+78=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71A4E is #58E5B1. Grayscale: #4A4A4A. Windows color (decimal): -5825970 or 5118631. OLE color: 5118631.

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

Color convert

RGB 167 26 78 -
CMYK 0 0.84 0.53 0.35
HSL 337.87º 0.73% 0.38% -
HSV(B) 337.87º 0.84% 0.65% -
XYZ 17.68 9.5 8.11 -
YUV 74.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 167 26 78 0 0.84 0.53 0.35 337.87 0.73 0.38
Hex A7 1A 4E 0 54 35 23 152 49 26
Octal 247 32 116 0 124 65 43 522 111 46
Binary 10100111 11010 1001110 0 1010100 110101 100011 101010010 1001001 100110

Color Harmonies of #A71A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A4E

Black with #A71A4E

Text Example


Text Example

White with #A71A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A4E; }

 p { color: rgb(167,26,78); }

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

background-color css

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

 a { background-color: rgb(167,26,78); }

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

border-color css

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

 span { border-color: rgb(167,26,78); }

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