Html Css Color HEX #A52852 Lipstick

📋 copy color: '#A52852'

red 165 ◦ green 40 ◦ blue 82

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

Shades of Lipstick #A52852

Tints of Lipstick #A52852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 57.49%
G = 13.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A52852 (or 0xA52852) is known color: Lipstick. HEX triplet: A5, 28 and 52. RGB value is (165,40,82). Sum of RGB (Red+Green+Blue) = 165+40+82=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A52852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52852 is #5AD7AD. Grayscale: #525252. Windows color (decimal): -5953454 or 5384357. OLE color: 5384357.

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

Color convert

RGB 165 40 82 -
CMYK 0 0.76 0.50 0.35
HSL 339.84º 0.61% 0.4% -
HSV(B) 339.84º 0.76% 0.65% -
XYZ 17.8 10.13 9 -
YUV 82.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 165 40 82 0 0.76 0.50 0.35 339.84 0.61 0.4
Hex A5 28 52 0 4C 32 23 154 3D 28
Octal 245 50 122 0 114 62 43 524 75 50
Binary 10100101 101000 1010010 0 1001100 110010 100011 101010100 111101 101000

Color Harmonies of #A52852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52852

Black with #A52852

Text Example


Text Example

White with #A52852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52852; }

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

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

background-color css

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

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

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

border-color css

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

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

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