Html Css Color HEX #A52249 Lipstick

📋 copy color: '#A52249'

red 165 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #A52249

Tints of Lipstick #A52249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 60.66%
G = 12.5%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A52249 (or 0xA52249) is known color: Lipstick. HEX triplet: A5, 22 and 49. RGB value is (165,34,73). Sum of RGB (Red+Green+Blue) = 165+34+73=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A52249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52249 is #5ADDB6. Grayscale: #4D4D4D. Windows color (decimal): -5954999 or 4792997. OLE color: 4792997.

HSL color Cylindrical-coordinate representation of color #A52249: hue angle of 342.14º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52249 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 73 -
CMYK 0 0.79 0.56 0.35
HSL 342.14º 0.66% 0.39% -
HSV(B) 342.14º 0.79% 0.65% -
XYZ 17.29 9.62 7.25 -
YUV 77.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 165 34 73 0 0.79 0.56 0.35 342.14 0.66 0.39
Hex A5 22 49 0 4F 38 23 156 42 27
Octal 245 42 111 0 117 70 43 526 102 47
Binary 10100101 100010 1001001 0 1001111 111000 100011 101010110 1000010 100111

Color Harmonies of #A52249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52249

Black with #A52249

Text Example


Text Example

White with #A52249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52249; }

 p { color: rgb(165,34,73); }

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

background-color css

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

 a { background-color: rgb(165,34,73); }

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

border-color css

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

 span { border-color: rgb(165,34,73); }

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