Html Css Color HEX #A61941 Lipstick

📋 copy color: '#A61941'

red 166 ◦ green 25 ◦ blue 65

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

Shades of Lipstick #A61941

Tints of Lipstick #A61941

RGB

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

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

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

R = 64.84%
G = 9.77%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61941 (or 0xA61941) is known color: Lipstick. HEX triplet: A6, 19 and 41. RGB value is (166,25,65). Sum of RGB (Red+Green+Blue) = 166+25+65=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A61941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61941 is #59E6BE. Grayscale: #474747. Windows color (decimal): -5891775 or 4266406. OLE color: 4266406.

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

Color convert

RGB 166 25 65 -
CMYK 0 0.85 0.61 0.35
HSL 342.98º 0.74% 0.37% -
HSV(B) 342.98º 0.85% 0.65% -
XYZ 17.03 9.18 5.88 -
YUV 71.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 166 25 65 0 0.85 0.61 0.35 342.98 0.74 0.37
Hex A6 19 41 0 55 3D 23 157 4A 25
Octal 246 31 101 0 125 75 43 527 112 45
Binary 10100110 11001 1000001 0 1010101 111101 100011 101010111 1001010 100101

Color Harmonies of #A61941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61941

Black with #A61941

Text Example


Text Example

White with #A61941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61941; }

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

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

background-color css

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

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

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

border-color css

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

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

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