Html Css Color HEX #A61742 Lipstick

📋 copy color: '#A61742'

red 166 ◦ green 23 ◦ blue 66

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

Shades of Lipstick #A61742

Tints of Lipstick #A61742

RGB

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

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

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

R = 65.1%
G = 9.02%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A61742 (or 0xA61742) is known color: Lipstick. HEX triplet: A6, 17 and 42. RGB value is (166,23,66). Sum of RGB (Red+Green+Blue) = 166+23+66=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61742 is #59E8BD. Grayscale: #464646. Windows color (decimal): -5892286 or 4331430. OLE color: 4331430.

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

Color convert

RGB 166 23 66 -
CMYK 0 0.86 0.60 0.35
HSL 341.96º 0.76% 0.37% -
HSV(B) 341.96º 0.86% 0.65% -
XYZ 17.02 9.11 6.02 -
YUV 70.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 166 23 66 0 0.86 0.60 0.35 341.96 0.76 0.37
Hex A6 17 42 0 56 3C 23 156 4C 25
Octal 246 27 102 0 126 74 43 526 114 45
Binary 10100110 10111 1000010 0 1010110 111100 100011 101010110 1001100 100101

Color Harmonies of #A61742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61742

Black with #A61742

Text Example


Text Example

White with #A61742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61742; }

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

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

background-color css

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

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

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

border-color css

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

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

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