Html Css Color HEX #A61C41 Lipstick

📋 copy color: '#A61C41'

red 166 ◦ green 28 ◦ blue 65

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

Shades of Lipstick #A61C41

Tints of Lipstick #A61C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

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

R = 64.09%
G = 10.81%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61C41 (or 0xA61C41) is known color: Lipstick. HEX triplet: A6, 1C and 41. RGB value is (166,28,65). Sum of RGB (Red+Green+Blue) = 166+28+65=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C41 is #59E3BE. Grayscale: #494949. Windows color (decimal): -5891007 or 4267174. OLE color: 4267174.

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

Color convert

RGB 166 28 65 -
CMYK 0 0.83 0.61 0.35
HSL 343.91º 0.71% 0.38% -
HSV(B) 343.91º 0.83% 0.65% -
XYZ 17.1 9.32 5.9 -
YUV 73.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 166 28 65 0 0.83 0.61 0.35 343.91 0.71 0.38
Hex A6 1C 41 0 53 3D 23 158 47 26
Octal 246 34 101 0 123 75 43 530 107 46
Binary 10100110 11100 1000001 0 1010011 111101 100011 101011000 1000111 100110

Color Harmonies of #A61C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C41

Black with #A61C41

Text Example


Text Example

White with #A61C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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