Html Css Color HEX #A52859 Lipstick

📋 copy color: '#A52859'

red 165 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #A52859

Tints of Lipstick #A52859

RGB

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

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

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

R = 56.12%
G = 13.61%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A52859 (or 0xA52859) is known color: Lipstick. HEX triplet: A5, 28 and 59. RGB value is (165,40,89). Sum of RGB (Red+Green+Blue) = 165+40+89=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A52859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52859 is #5AD7A6. Grayscale: #525252. Windows color (decimal): -5953447 or 5843109. OLE color: 5843109.

HSL color Cylindrical-coordinate representation of color #A52859: hue angle of 336.48º 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 #A52859 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 40 89 -
CMYK 0 0.76 0.46 0.35
HSL 336.48º 0.61% 0.4% -
HSV(B) 336.48º 0.76% 0.65% -
XYZ 18.08 10.24 10.47 -
YUV 82.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 165 40 89 0 0.76 0.46 0.35 336.48 0.61 0.4
Hex A5 28 59 0 4C 2E 23 150 3D 28
Octal 245 50 131 0 114 56 43 520 75 50
Binary 10100101 101000 1011001 0 1001100 101110 100011 101010000 111101 101000

Color Harmonies of #A52859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52859

Black with #A52859

Text Example


Text Example

White with #A52859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52859; }

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

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

background-color css

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

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

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

border-color css

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

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

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