Html Css Color HEX #A41749 Lipstick

📋 copy color: '#A41749'

red 164 ◦ green 23 ◦ blue 73

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

Shades of Lipstick #A41749

Tints of Lipstick #A41749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 63.08%
G = 8.85%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A41749 (or 0xA41749) is known color: Lipstick. HEX triplet: A4, 17 and 49. RGB value is (164,23,73). Sum of RGB (Red+Green+Blue) = 164+23+73=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A41749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41749 is #5BE8B6. Grayscale: #464646. Windows color (decimal): -6023351 or 4790180. OLE color: 4790180.

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

Color convert

RGB 164 23 73 -
CMYK 0 0.86 0.55 0.36
HSL 338.72º 0.75% 0.37% -
HSV(B) 338.72º 0.86% 0.64% -
XYZ 16.82 8.99 7.15 -
YUV 70.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 164 23 73 0 0.86 0.55 0.36 338.72 0.75 0.37
Hex A4 17 49 0 56 37 24 153 4B 25
Octal 244 27 111 0 126 67 44 523 113 45
Binary 10100100 10111 1001001 0 1010110 110111 100100 101010011 1001011 100101

Color Harmonies of #A41749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41749

Black with #A41749

Text Example


Text Example

White with #A41749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41749; }

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

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

background-color css

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

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

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

border-color css

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

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

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