Html Css Color HEX #A61942 Lipstick

📋 copy color: '#A61942'

red 166 ◦ green 25 ◦ blue 66

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

Shades of Lipstick #A61942

Tints of Lipstick #A61942

RGB

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

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

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

R = 64.59%
G = 9.73%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A61942 (or 0xA61942) is known color: Lipstick. HEX triplet: A6, 19 and 42. RGB value is (166,25,66). Sum of RGB (Red+Green+Blue) = 166+25+66=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A61942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61942 is #59E6BD. Grayscale: #474747. Windows color (decimal): -5891774 or 4331942. OLE color: 4331942.

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

Color convert

RGB 166 25 66 -
CMYK 0 0.85 0.60 0.35
HSL 342.55º 0.74% 0.37% -
HSV(B) 342.55º 0.85% 0.65% -
XYZ 17.06 9.2 6.03 -
YUV 71.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 166 25 66 0 0.85 0.60 0.35 342.55 0.74 0.37
Hex A6 19 42 0 55 3C 23 157 4A 25
Octal 246 31 102 0 125 74 43 527 112 45
Binary 10100110 11001 1000010 0 1010101 111100 100011 101010111 1001010 100101

Color Harmonies of #A61942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61942

Black with #A61942

Text Example


Text Example

White with #A61942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61942; }

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

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

background-color css

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

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

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

border-color css

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

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

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