Html Css Color HEX #A41747 Lipstick

📋 copy color: '#A41747'

red 164 ◦ green 23 ◦ blue 71

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

Shades of Lipstick #A41747

Tints of Lipstick #A41747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 63.57%
G = 8.91%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A41747 (or 0xA41747) is known color: Lipstick. HEX triplet: A4, 17 and 47. RGB value is (164,23,71). Sum of RGB (Red+Green+Blue) = 164+23+71=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A41747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41747 is #5BE8B8. Grayscale: #464646. Windows color (decimal): -6023353 or 4659108. OLE color: 4659108.

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

Color convert

RGB 164 23 71 -
CMYK 0 0.86 0.57 0.36
HSL 339.57º 0.75% 0.37% -
HSV(B) 339.57º 0.86% 0.64% -
XYZ 16.75 8.96 6.81 -
YUV 70.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 164 23 71 0 0.86 0.57 0.36 339.57 0.75 0.37
Hex A4 17 47 0 56 39 24 154 4B 25
Octal 244 27 107 0 126 71 44 524 113 45
Binary 10100100 10111 1000111 0 1010110 111001 100100 101010100 1001011 100101

Color Harmonies of #A41747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41747

Black with #A41747

Text Example


Text Example

White with #A41747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41747; }

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

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

background-color css

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

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

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

border-color css

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

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

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