Html Css Color HEX #A41240 Lipstick

📋 copy color: '#A41240'

red 164 ◦ green 18 ◦ blue 64

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

Shades of Lipstick #A41240

Tints of Lipstick #A41240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 66.67%
G = 7.32%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A41240 (or 0xA41240) is known color: Lipstick. HEX triplet: A4, 12 and 40. RGB value is (164,18,64). Sum of RGB (Red+Green+Blue) = 164+18+64=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A41240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41240 is #5BEDBF. Grayscale: #424242. Windows color (decimal): -6024640 or 4199076. OLE color: 4199076.

HSL color Cylindrical-coordinate representation of color #A41240: hue angle of 341.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41240 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 64 -
CMYK 0 0.89 0.61 0.36
HSL 341.1º 0.8% 0.36% -
HSV(B) 341.1º 0.89% 0.64% -
XYZ 16.45 8.7 5.66 -
YUV 66.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 164 18 64 0 0.89 0.61 0.36 341.1 0.8 0.36
Hex A4 12 40 0 59 3D 24 155 50 24
Octal 244 22 100 0 131 75 44 525 120 44
Binary 10100100 10010 1000000 0 1011001 111101 100100 101010101 1010000 100100

Color Harmonies of #A41240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41240

Black with #A41240

Text Example


Text Example

White with #A41240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41240; }

 p { color: rgb(164,18,64); }

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

background-color css

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

 a { background-color: rgb(164,18,64); }

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

border-color css

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

 span { border-color: rgb(164,18,64); }

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