Html Css Color HEX #A41F47 Lipstick

📋 copy color: '#A41F47'

red 164 ◦ green 31 ◦ blue 71

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

Shades of Lipstick #A41F47

Tints of Lipstick #A41F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 61.65%
G = 11.65%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A41F47 (or 0xA41F47) is known color: Lipstick. HEX triplet: A4, 1F and 47. RGB value is (164,31,71). Sum of RGB (Red+Green+Blue) = 164+31+71=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F47 is #5BE0B8. Grayscale: #4B4B4B. Windows color (decimal): -6021305 or 4661156. OLE color: 4661156.

HSL color Cylindrical-coordinate representation of color #A41F47: hue angle of 341.95º 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 #A41F47 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 71 -
CMYK 0 0.81 0.57 0.36
HSL 341.95º 0.68% 0.38% -
HSV(B) 341.95º 0.81% 0.64% -
XYZ 16.94 9.33 6.87 -
YUV 75.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 164 31 71 0 0.81 0.57 0.36 341.95 0.68 0.38
Hex A4 1F 47 0 51 39 24 156 44 26
Octal 244 37 107 0 121 71 44 526 104 46
Binary 10100100 11111 1000111 0 1010001 111001 100100 101010110 1000100 100110

Color Harmonies of #A41F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F47

Black with #A41F47

Text Example


Text Example

White with #A41F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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