Html Css Color HEX #A41A41 Lipstick

📋 copy color: '#A41A41'

red 164 ◦ green 26 ◦ blue 65

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

Shades of Lipstick #A41A41

Tints of Lipstick #A41A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 64.31%
G = 10.2%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A41A41 (or 0xA41A41) is known color: Lipstick. HEX triplet: A4, 1A and 41. RGB value is (164,26,65). Sum of RGB (Red+Green+Blue) = 164+26+65=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A41 is #5BE5BE. Grayscale: #474747. Windows color (decimal): -6022591 or 4266660. OLE color: 4266660.

HSL color Cylindrical-coordinate representation of color #A41A41: hue angle of 343.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A41 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 65 -
CMYK 0 0.84 0.60 0.36
HSL 343.04º 0.73% 0.37% -
HSV(B) 343.04º 0.84% 0.64% -
XYZ 16.63 9.01 5.86 -
YUV 71.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 164 26 65 0 0.84 0.60 0.36 343.04 0.73 0.37
Hex A4 1A 41 0 54 3C 24 157 49 25
Octal 244 32 101 0 124 74 44 527 111 45
Binary 10100100 11010 1000001 0 1010100 111100 100100 101010111 1001001 100101

Color Harmonies of #A41A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A41

Black with #A41A41

Text Example


Text Example

White with #A41A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A41; }

 p { color: rgb(164,26,65); }

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

background-color css

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

 a { background-color: rgb(164,26,65); }

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

border-color css

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

 span { border-color: rgb(164,26,65); }

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