Html Css Color HEX #A41746 Lipstick

📋 copy color: '#A41746'

red 164 ◦ green 23 ◦ blue 70

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

Shades of Lipstick #A41746

Tints of Lipstick #A41746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 63.81%
G = 8.95%
B = 27.24%

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

#A41746 (or 0xA41746) is known color: Lipstick. HEX triplet: A4, 17 and 46. RGB value is (164,23,70). Sum of RGB (Red+Green+Blue) = 164+23+70=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41746 is #5BE8B9. Grayscale: #464646. Windows color (decimal): -6023354 or 4593572. OLE color: 4593572.

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

Color convert

RGB 164 23 70 -
CMYK 0 0.86 0.57 0.36
HSL 340º 0.75% 0.37% -
HSV(B) 340º 0.86% 0.64% -
XYZ 16.72 8.95 6.64 -
YUV 70.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 164 23 70 0 0.86 0.57 0.36 340 0.75 0.37
Hex A4 17 46 0 56 39 24 154 4B 25
Octal 244 27 106 0 126 71 44 524 113 45
Binary 10100100 10111 1000110 0 1010110 111001 100100 101010100 1001011 100101

Color Harmonies of #A41746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41746

Black with #A41746

Text Example


Text Example

White with #A41746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41746; }

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

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

background-color css

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

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

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

border-color css

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

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

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