Html Css Color HEX #A41F49 Lipstick

📋 copy color: '#A41F49'

red 164 ◦ green 31 ◦ blue 73

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

Shades of Lipstick #A41F49

Tints of Lipstick #A41F49

RGB

 RED value IS 164 (64.45% from 255) = 61.19%

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

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 61.19%
G = 11.57%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A41F49 (or 0xA41F49) is known color: Lipstick. HEX triplet: A4, 1F and 49. RGB value is (164,31,73). Sum of RGB (Red+Green+Blue) = 164+31+73=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F49 is #5BE0B6. Grayscale: #4B4B4B. Windows color (decimal): -6021303 or 4792228. OLE color: 4792228.

HSL color Cylindrical-coordinate representation of color #A41F49: hue angle of 341.05º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F49 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 73 -
CMYK 0 0.81 0.55 0.36
HSL 341.05º 0.68% 0.38% -
HSV(B) 341.05º 0.81% 0.64% -
XYZ 17 9.35 7.21 -
YUV 75.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 164 31 73 0 0.81 0.55 0.36 341.05 0.68 0.38
Hex A4 1F 49 0 51 37 24 155 44 26
Octal 244 37 111 0 121 67 44 525 104 46
Binary 10100100 11111 1001001 0 1010001 110111 100100 101010101 1000100 100110

Color Harmonies of #A41F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F49

Black with #A41F49

Text Example


Text Example

White with #A41F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F49; }

 p { color: rgb(164,31,73); }

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

background-color css

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

 a { background-color: rgb(164,31,73); }

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

border-color css

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

 span { border-color: rgb(164,31,73); }

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