Html Css Color HEX #A71A4C Lipstick

📋 copy color: '#A71A4C'

red 167 ◦ green 26 ◦ blue 76

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

Shades of Lipstick #A71A4C

Tints of Lipstick #A71A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 62.08%
G = 9.67%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A71A4C (or 0xA71A4C) is known color: Lipstick. HEX triplet: A7, 1A and 4C. RGB value is (167,26,76). Sum of RGB (Red+Green+Blue) = 167+26+76=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A4C is #58E5B3. Grayscale: #494949. Windows color (decimal): -5825972 or 4987559. OLE color: 4987559.

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

Color convert

RGB 167 26 76 -
CMYK 0 0.84 0.54 0.35
HSL 338.72º 0.73% 0.38% -
HSV(B) 338.72º 0.84% 0.65% -
XYZ 17.61 9.48 7.74 -
YUV 73.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 167 26 76 0 0.84 0.54 0.35 338.72 0.73 0.38
Hex A7 1A 4C 0 54 36 23 153 49 26
Octal 247 32 114 0 124 66 43 523 111 46
Binary 10100111 11010 1001100 0 1010100 110110 100011 101010011 1001001 100110

Color Harmonies of #A71A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A4C

Black with #A71A4C

Text Example


Text Example

White with #A71A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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