Html Css Color HEX #A41942 Lipstick

📋 copy color: '#A41942'

red 164 ◦ green 25 ◦ blue 66

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

Shades of Lipstick #A41942

Tints of Lipstick #A41942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 64.31%
G = 9.8%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A41942 (or 0xA41942) is known color: Lipstick. HEX triplet: A4, 19 and 42. RGB value is (164,25,66). Sum of RGB (Red+Green+Blue) = 164+25+66=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A41942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41942 is #5BE6BD. Grayscale: #474747. Windows color (decimal): -6022846 or 4331940. OLE color: 4331940.

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

Color convert

RGB 164 25 66 -
CMYK 0 0.85 0.60 0.36
HSL 342.3º 0.74% 0.37% -
HSV(B) 342.3º 0.85% 0.64% -
XYZ 16.64 8.98 6.01 -
YUV 71.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 164 25 66 0 0.85 0.60 0.36 342.3 0.74 0.37
Hex A4 19 42 0 55 3C 24 156 4A 25
Octal 244 31 102 0 125 74 44 526 112 45
Binary 10100100 11001 1000010 0 1010101 111100 100100 101010110 1001010 100101

Color Harmonies of #A41942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41942

Black with #A41942

Text Example


Text Example

White with #A41942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41942; }

 p { color: rgb(164,25,66); }

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

background-color css

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

 a { background-color: rgb(164,25,66); }

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

border-color css

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

 span { border-color: rgb(164,25,66); }

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