Html Css Color HEX #A52959 Lipstick

📋 copy color: '#A52959'

red 165 ◦ green 41 ◦ blue 89

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

Shades of Lipstick #A52959

Tints of Lipstick #A52959

RGB

 RED value IS 165 (64.84% from 255) = 55.93%

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

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

R = 55.93%
G = 13.9%
B = 30.17%

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

#A52959 (or 0xA52959) is known color: Lipstick. HEX triplet: A5, 29 and 59. RGB value is (165,41,89). Sum of RGB (Red+Green+Blue) = 165+41+89=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A52959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52959 is #5AD6A6. Grayscale: #535353. Windows color (decimal): -5953191 or 5843365. OLE color: 5843365.

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

Color convert

RGB 165 41 89 -
CMYK 0 0.75 0.46 0.35
HSL 336.77º 0.6% 0.4% -
HSV(B) 336.77º 0.75% 0.65% -
XYZ 18.11 10.31 10.49 -
YUV 83.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 165 41 89 0 0.75 0.46 0.35 336.77 0.6 0.4
Hex A5 29 59 0 4B 2E 23 151 3C 28
Octal 245 51 131 0 113 56 43 521 74 50
Binary 10100101 101001 1011001 0 1001011 101110 100011 101010001 111100 101000

Color Harmonies of #A52959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52959

Black with #A52959

Text Example


Text Example

White with #A52959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52959; }

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

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

background-color css

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

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

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

border-color css

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

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

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