Html Css Color HEX #A61749 Lipstick

📋 copy color: '#A61749'

red 166 ◦ green 23 ◦ blue 73

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

Shades of Lipstick #A61749

Tints of Lipstick #A61749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 63.36%
G = 8.78%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A61749 (or 0xA61749) is known color: Lipstick. HEX triplet: A6, 17 and 49. RGB value is (166,23,73). Sum of RGB (Red+Green+Blue) = 166+23+73=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A61749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61749 is #59E8B6. Grayscale: #474747. Windows color (decimal): -5892279 or 4790182. OLE color: 4790182.

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

Color convert

RGB 166 23 73 -
CMYK 0 0.86 0.56 0.35
HSL 339.02º 0.76% 0.37% -
HSV(B) 339.02º 0.86% 0.65% -
XYZ 17.23 9.2 7.17 -
YUV 71.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 166 23 73 0 0.86 0.56 0.35 339.02 0.76 0.37
Hex A6 17 49 0 56 38 23 153 4C 25
Octal 246 27 111 0 126 70 43 523 114 45
Binary 10100110 10111 1001001 0 1010110 111000 100011 101010011 1001100 100101

Color Harmonies of #A61749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61749

Black with #A61749

Text Example


Text Example

White with #A61749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61749; }

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

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

background-color css

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

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

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

border-color css

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

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

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