Html Css Color HEX #A41E57 Lipstick

📋 copy color: '#A41E57'

red 164 ◦ green 30 ◦ blue 87

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

Shades of Lipstick #A41E57

Tints of Lipstick #A41E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 58.36%
G = 10.68%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A41E57 (or 0xA41E57) is known color: Lipstick. HEX triplet: A4, 1E and 57. RGB value is (164,30,87). Sum of RGB (Red+Green+Blue) = 164+30+87=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E57 is #5BE1A8. Grayscale: #4C4C4C. Windows color (decimal): -6021545 or 5709476. OLE color: 5709476.

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

Color convert

RGB 164 30 87 -
CMYK 0 0.82 0.47 0.36
HSL 334.48º 0.69% 0.38% -
HSV(B) 334.48º 0.82% 0.64% -
XYZ 17.49 9.51 9.93 -
YUV 76.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 164 30 87 0 0.82 0.47 0.36 334.48 0.69 0.38
Hex A4 1E 57 0 52 2F 24 14E 45 26
Octal 244 36 127 0 122 57 44 516 105 46
Binary 10100100 11110 1010111 0 1010010 101111 100100 101001110 1000101 100110

Color Harmonies of #A41E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E57

Black with #A41E57

Text Example


Text Example

White with #A41E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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