Html Css Color HEX #A71D4D Lipstick

📋 copy color: '#A71D4D'

red 167 ◦ green 29 ◦ blue 77

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

Shades of Lipstick #A71D4D

Tints of Lipstick #A71D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 61.17%
G = 10.62%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A71D4D (or 0xA71D4D) is known color: Lipstick. HEX triplet: A7, 1D and 4D. RGB value is (167,29,77). Sum of RGB (Red+Green+Blue) = 167+29+77=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D4D is #58E2B2. Grayscale: #4B4B4B. Windows color (decimal): -5825203 or 5053863. OLE color: 5053863.

HSL color Cylindrical-coordinate representation of color #A71D4D: hue angle of 339.13º degrees, saturation: 0.7, 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 #A71D4D is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 29 77 -
CMYK 0 0.83 0.54 0.35
HSL 339.13º 0.7% 0.38% -
HSV(B) 339.13º 0.83% 0.65% -
XYZ 17.72 9.63 7.95 -
YUV 75.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 167 29 77 0 0.83 0.54 0.35 339.13 0.7 0.38
Hex A7 1D 4D 0 53 36 23 153 46 26
Octal 247 35 115 0 123 66 43 523 106 46
Binary 10100111 11101 1001101 0 1010011 110110 100011 101010011 1000110 100110

Color Harmonies of #A71D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D4D

Black with #A71D4D

Text Example


Text Example

White with #A71D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D4D; }

 p { color: rgb(167,29,77); }

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

background-color css

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

 a { background-color: rgb(167,29,77); }

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

border-color css

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

 span { border-color: rgb(167,29,77); }

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