Html Css Color HEX #A71A42 Lipstick

📋 copy color: '#A71A42'

red 167 ◦ green 26 ◦ blue 66

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

Shades of Lipstick #A71A42

Tints of Lipstick #A71A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 64.48%
G = 10.04%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A71A42 (or 0xA71A42) is known color: Lipstick. HEX triplet: A7, 1A and 42. RGB value is (167,26,66). Sum of RGB (Red+Green+Blue) = 167+26+66=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A42 is #58E5BD. Grayscale: #484848. Windows color (decimal): -5825982 or 4332199. OLE color: 4332199.

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

Color convert

RGB 167 26 66 -
CMYK 0 0.84 0.60 0.35
HSL 342.98º 0.73% 0.38% -
HSV(B) 342.98º 0.84% 0.65% -
XYZ 17.29 9.35 6.05 -
YUV 72.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 167 26 66 0 0.84 0.60 0.35 342.98 0.73 0.38
Hex A7 1A 42 0 54 3C 23 157 49 26
Octal 247 32 102 0 124 74 43 527 111 46
Binary 10100111 11010 1000010 0 1010100 111100 100011 101010111 1001001 100110

Color Harmonies of #A71A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A42

Black with #A71A42

Text Example


Text Example

White with #A71A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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