Html Css Color HEX #A41840 Lipstick

📋 copy color: '#A41840'

red 164 ◦ green 24 ◦ blue 64

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

Shades of Lipstick #A41840

Tints of Lipstick #A41840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 65.08%
G = 9.52%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A41840 (or 0xA41840) is known color: Lipstick. HEX triplet: A4, 18 and 40. RGB value is (164,24,64). Sum of RGB (Red+Green+Blue) = 164+24+64=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41840 is #5BE7BF. Grayscale: #464646. Windows color (decimal): -6023104 or 4200612. OLE color: 4200612.

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

Color convert

RGB 164 24 64 -
CMYK 0 0.85 0.61 0.36
HSL 342.86º 0.74% 0.37% -
HSV(B) 342.86º 0.85% 0.64% -
XYZ 16.56 8.92 5.7 -
YUV 70.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 164 24 64 0 0.85 0.61 0.36 342.86 0.74 0.37
Hex A4 18 40 0 55 3D 24 157 4A 25
Octal 244 30 100 0 125 75 44 527 112 45
Binary 10100100 11000 1000000 0 1010101 111101 100100 101010111 1001010 100101

Color Harmonies of #A41840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41840

Black with #A41840

Text Example


Text Example

White with #A41840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41840; }

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

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

background-color css

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

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

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

border-color css

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

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

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