Html Css Color HEX #A52857 Lipstick

📋 copy color: '#A52857'

red 165 ◦ green 40 ◦ blue 87

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

Shades of Lipstick #A52857

Tints of Lipstick #A52857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 56.51%
G = 13.7%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52857 (or 0xA52857) is known color: Lipstick. HEX triplet: A5, 28 and 57. RGB value is (165,40,87). Sum of RGB (Red+Green+Blue) = 165+40+87=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A52857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52857 is #5AD7A8. Grayscale: #525252. Windows color (decimal): -5953449 or 5712037. OLE color: 5712037.

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

Color convert

RGB 165 40 87 -
CMYK 0 0.76 0.47 0.35
HSL 337.44º 0.61% 0.4% -
HSV(B) 337.44º 0.76% 0.65% -
XYZ 18 10.21 10.04 -
YUV 82.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 165 40 87 0 0.76 0.47 0.35 337.44 0.61 0.4
Hex A5 28 57 0 4C 2F 23 151 3D 28
Octal 245 50 127 0 114 57 43 521 75 50
Binary 10100101 101000 1010111 0 1001100 101111 100011 101010001 111101 101000

Color Harmonies of #A52857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52857

Black with #A52857

Text Example


Text Example

White with #A52857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52857; }

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

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

background-color css

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

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

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

border-color css

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

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

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