Html Css Color HEX #A41F57 Lipstick

📋 copy color: '#A41F57'

red 164 ◦ green 31 ◦ blue 87

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

Shades of Lipstick #A41F57

Tints of Lipstick #A41F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 58.16%
G = 10.99%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A41F57 (or 0xA41F57) is known color: Lipstick. HEX triplet: A4, 1F and 57. RGB value is (164,31,87). Sum of RGB (Red+Green+Blue) = 164+31+87=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F57 is #5BE0A8. Grayscale: #4D4D4D. Windows color (decimal): -6021289 or 5709732. OLE color: 5709732.

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

Color convert

RGB 164 31 87 -
CMYK 0 0.81 0.47 0.36
HSL 334.74º 0.68% 0.38% -
HSV(B) 334.74º 0.81% 0.64% -
XYZ 17.52 9.56 9.94 -
YUV 77.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 164 31 87 0 0.81 0.47 0.36 334.74 0.68 0.38
Hex A4 1F 57 0 51 2F 24 14F 44 26
Octal 244 37 127 0 121 57 44 517 104 46
Binary 10100100 11111 1010111 0 1010001 101111 100100 101001111 1000100 100110

Color Harmonies of #A41F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F57

Black with #A41F57

Text Example


Text Example

White with #A41F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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