Html Css Color HEX #A62959 Lipstick

📋 copy color: '#A62959'

red 166 ◦ green 41 ◦ blue 89

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

Shades of Lipstick #A62959

Tints of Lipstick #A62959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 56.08%
G = 13.85%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A62959 (or 0xA62959) is known color: Lipstick. HEX triplet: A6, 29 and 59. RGB value is (166,41,89). Sum of RGB (Red+Green+Blue) = 166+41+89=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A62959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62959 is #59D6A6. Grayscale: #535353. Windows color (decimal): -5887655 or 5843366. OLE color: 5843366.

HSL color Cylindrical-coordinate representation of color #A62959: hue angle of 336.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62959 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 89 -
CMYK 0 0.75 0.46 0.35
HSL 336.96º 0.6% 0.41% -
HSV(B) 336.96º 0.75% 0.65% -
XYZ 18.32 10.41 10.5 -
YUV 83.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 166 41 89 0 0.75 0.46 0.35 336.96 0.6 0.41
Hex A6 29 59 0 4B 2E 23 151 3C 29
Octal 246 51 131 0 113 56 43 521 74 51
Binary 10100110 101001 1011001 0 1001011 101110 100011 101010001 111100 101001

Color Harmonies of #A62959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62959

Black with #A62959

Text Example


Text Example

White with #A62959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62959; }

 p { color: rgb(166,41,89); }

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

background-color css

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

 a { background-color: rgb(166,41,89); }

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

border-color css

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

 span { border-color: rgb(166,41,89); }

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