Html Css Color HEX #A61946 Lipstick

📋 copy color: '#A61946'

red 166 ◦ green 25 ◦ blue 70

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

Shades of Lipstick #A61946

Tints of Lipstick #A61946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 63.6%
G = 9.58%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61946 (or 0xA61946) is known color: Lipstick. HEX triplet: A6, 19 and 46. RGB value is (166,25,70). Sum of RGB (Red+Green+Blue) = 166+25+70=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A61946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61946 is #59E6B9. Grayscale: #484848. Windows color (decimal): -5891770 or 4594086. OLE color: 4594086.

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

Color convert

RGB 166 25 70 -
CMYK 0 0.85 0.58 0.35
HSL 340.85º 0.74% 0.37% -
HSV(B) 340.85º 0.85% 0.65% -
XYZ 17.18 9.24 6.67 -
YUV 72.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 166 25 70 0 0.85 0.58 0.35 340.85 0.74 0.37
Hex A6 19 46 0 55 3A 23 155 4A 25
Octal 246 31 106 0 125 72 43 525 112 45
Binary 10100110 11001 1000110 0 1010101 111010 100011 101010101 1001010 100101

Color Harmonies of #A61946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61946

Black with #A61946

Text Example


Text Example

White with #A61946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61946; }

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

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

background-color css

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

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

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

border-color css

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

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

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