Html Css Color HEX #A52A52 Lipstick

📋 copy color: '#A52A52'

red 165 ◦ green 42 ◦ blue 82

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

Shades of Lipstick #A52A52

Tints of Lipstick #A52A52

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 57.09%
G = 14.53%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A52A52 (or 0xA52A52) is known color: Lipstick. HEX triplet: A5, 2A and 52. RGB value is (165,42,82). Sum of RGB (Red+Green+Blue) = 165+42+82=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52A52 is #5AD5AD. Grayscale: #535353. Windows color (decimal): -5952942 or 5384869. OLE color: 5384869.

HSL color Cylindrical-coordinate representation of color #A52A52: hue angle of 340.49º degrees, saturation: 0.59, 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 #A52A52 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 42 82 -
CMYK 0 0.75 0.50 0.35
HSL 340.49º 0.59% 0.41% -
HSV(B) 340.49º 0.75% 0.65% -
XYZ 17.87 10.26 9.02 -
YUV 83.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 165 42 82 0 0.75 0.50 0.35 340.49 0.59 0.41
Hex A5 2A 52 0 4B 32 23 154 3B 29
Octal 245 52 122 0 113 62 43 524 73 51
Binary 10100101 101010 1010010 0 1001011 110010 100011 101010100 111011 101001

Color Harmonies of #A52A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A52

Black with #A52A52

Text Example


Text Example

White with #A52A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A52; }

 p { color: rgb(165,42,82); }

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

background-color css

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

 a { background-color: rgb(165,42,82); }

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

border-color css

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

 span { border-color: rgb(165,42,82); }

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