Html Css Color HEX #A61741 Lipstick

📋 copy color: '#A61741'

red 166 ◦ green 23 ◦ blue 65

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

Shades of Lipstick #A61741

Tints of Lipstick #A61741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 65.35%
G = 9.06%
B = 25.59%

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

#A61741 (or 0xA61741) is known color: Lipstick. HEX triplet: A6, 17 and 41. RGB value is (166,23,65). Sum of RGB (Red+Green+Blue) = 166+23+65=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A61741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61741 is #59E8BE. Grayscale: #464646. Windows color (decimal): -5892287 or 4265894. OLE color: 4265894.

HSL color Cylindrical-coordinate representation of color #A61741: hue angle of 342.38º degrees, saturation: 0.76, 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 #A61741 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 65 -
CMYK 0 0.86 0.61 0.35
HSL 342.38º 0.76% 0.37% -
HSV(B) 342.38º 0.86% 0.65% -
XYZ 16.99 9.1 5.86 -
YUV 70.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 166 23 65 0 0.86 0.61 0.35 342.38 0.76 0.37
Hex A6 17 41 0 56 3D 23 156 4C 25
Octal 246 27 101 0 126 75 43 526 114 45
Binary 10100110 10111 1000001 0 1010110 111101 100011 101010110 1001100 100101

Color Harmonies of #A61741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61741

Black with #A61741

Text Example


Text Example

White with #A61741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61741; }

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

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

background-color css

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

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

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

border-color css

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

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

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