Html Css Color HEX #A41540 Lipstick

📋 copy color: '#A41540'

red 164 ◦ green 21 ◦ blue 64

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

Shades of Lipstick #A41540

Tints of Lipstick #A41540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 65.86%
G = 8.43%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A41540 (or 0xA41540) is known color: Lipstick. HEX triplet: A4, 15 and 40. RGB value is (164,21,64). Sum of RGB (Red+Green+Blue) = 164+21+64=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A41540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41540 is #5BEABF. Grayscale: #444444. Windows color (decimal): -6023872 or 4199844. OLE color: 4199844.

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

Color convert

RGB 164 21 64 -
CMYK 0 0.87 0.61 0.36
HSL 341.96º 0.77% 0.36% -
HSV(B) 341.96º 0.87% 0.64% -
XYZ 16.5 8.8 5.68 -
YUV 68.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 164 21 64 0 0.87 0.61 0.36 341.96 0.77 0.36
Hex A4 15 40 0 57 3D 24 156 4D 24
Octal 244 25 100 0 127 75 44 526 115 44
Binary 10100100 10101 1000000 0 1010111 111101 100100 101010110 1001101 100100

Color Harmonies of #A41540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41540

Black with #A41540

Text Example


Text Example

White with #A41540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41540; }

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

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

background-color css

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

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

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

border-color css

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

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

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