Html Css Color HEX #A41741 Lipstick

📋 copy color: '#A41741'

red 164 ◦ green 23 ◦ blue 65

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

Shades of Lipstick #A41741

Tints of Lipstick #A41741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 65.08%
G = 9.13%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A41741 (or 0xA41741) is known color: Lipstick. HEX triplet: A4, 17 and 41. RGB value is (164,23,65). Sum of RGB (Red+Green+Blue) = 164+23+65=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41741 is #5BE8BE. Grayscale: #454545. Windows color (decimal): -6023359 or 4265892. OLE color: 4265892.

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

Color convert

RGB 164 23 65 -
CMYK 0 0.86 0.60 0.36
HSL 342.13º 0.75% 0.37% -
HSV(B) 342.13º 0.86% 0.64% -
XYZ 16.57 8.89 5.84 -
YUV 69.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 164 23 65 0 0.86 0.60 0.36 342.13 0.75 0.37
Hex A4 17 41 0 56 3C 24 156 4B 25
Octal 244 27 101 0 126 74 44 526 113 45
Binary 10100100 10111 1000001 0 1010110 111100 100100 101010110 1001011 100101

Color Harmonies of #A41741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41741

Black with #A41741

Text Example


Text Example

White with #A41741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41741; }

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

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

background-color css

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

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

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

border-color css

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

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

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