Html Css Color HEX #A41341 Lipstick

📋 copy color: '#A41341'

red 164 ◦ green 19 ◦ blue 65

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

Shades of Lipstick #A41341

Tints of Lipstick #A41341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 66.13%
G = 7.66%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A41341 (or 0xA41341) is known color: Lipstick. HEX triplet: A4, 13 and 41. RGB value is (164,19,65). Sum of RGB (Red+Green+Blue) = 164+19+65=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A41341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41341 is #5BECBE. Grayscale: #434343. Windows color (decimal): -6024383 or 4264868. OLE color: 4264868.

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

Color convert

RGB 164 19 65 -
CMYK 0 0.88 0.60 0.36
HSL 340.97º 0.79% 0.36% -
HSV(B) 340.97º 0.88% 0.64% -
XYZ 16.5 8.74 5.82 -
YUV 67.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 164 19 65 0 0.88 0.60 0.36 340.97 0.79 0.36
Hex A4 13 41 0 58 3C 24 155 4F 24
Octal 244 23 101 0 130 74 44 525 117 44
Binary 10100100 10011 1000001 0 1011000 111100 100100 101010101 1001111 100100

Color Harmonies of #A41341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41341

Black with #A41341

Text Example


Text Example

White with #A41341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41341; }

 p { color: rgb(164,19,65); }

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

background-color css

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

 a { background-color: rgb(164,19,65); }

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

border-color css

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

 span { border-color: rgb(164,19,65); }

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