Html Css Color HEX #A61841 Lipstick

📋 copy color: '#A61841'

red 166 ◦ green 24 ◦ blue 65

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

Shades of Lipstick #A61841

Tints of Lipstick #A61841

RGB

 RED value IS 166 (65.23% from 255) = 65.1%

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

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

R = 65.1%
G = 9.41%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61841 (or 0xA61841) is known color: Lipstick. HEX triplet: A6, 18 and 41. RGB value is (166,24,65). Sum of RGB (Red+Green+Blue) = 166+24+65=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61841 is #59E7BE. Grayscale: #474747. Windows color (decimal): -5892031 or 4266150. OLE color: 4266150.

HSL color Cylindrical-coordinate representation of color #A61841: hue angle of 342.68º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61841 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 65 -
CMYK 0 0.86 0.61 0.35
HSL 342.68º 0.75% 0.37% -
HSV(B) 342.68º 0.86% 0.65% -
XYZ 17.01 9.14 5.87 -
YUV 71.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 166 24 65 0 0.86 0.61 0.35 342.68 0.75 0.37
Hex A6 18 41 0 56 3D 23 157 4B 25
Octal 246 30 101 0 126 75 43 527 113 45
Binary 10100110 11000 1000001 0 1010110 111101 100011 101010111 1001011 100101

Color Harmonies of #A61841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61841

Black with #A61841

Text Example


Text Example

White with #A61841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61841; }

 p { color: rgb(166,24,65); }

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

background-color css

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

 a { background-color: rgb(166,24,65); }

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

border-color css

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

 span { border-color: rgb(166,24,65); }

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