Html Css Color HEX #A52957 Lipstick

📋 copy color: '#A52957'

red 165 ◦ green 41 ◦ blue 87

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

Shades of Lipstick #A52957

Tints of Lipstick #A52957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 56.31%
G = 13.99%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52957 (or 0xA52957) is known color: Lipstick. HEX triplet: A5, 29 and 57. RGB value is (165,41,87). Sum of RGB (Red+Green+Blue) = 165+41+87=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A52957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52957 is #5AD6A8. Grayscale: #535353. Windows color (decimal): -5953193 or 5712293. OLE color: 5712293.

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

Color convert

RGB 165 41 87 -
CMYK 0 0.75 0.47 0.35
HSL 337.74º 0.6% 0.4% -
HSV(B) 337.74º 0.75% 0.65% -
XYZ 18.03 10.27 10.05 -
YUV 83.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 165 41 87 0 0.75 0.47 0.35 337.74 0.6 0.4
Hex A5 29 57 0 4B 2F 23 152 3C 28
Octal 245 51 127 0 113 57 43 522 74 50
Binary 10100101 101001 1010111 0 1001011 101111 100011 101010010 111100 101000

Color Harmonies of #A52957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52957

Black with #A52957

Text Example


Text Example

White with #A52957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52957; }

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

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

background-color css

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

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

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

border-color css

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

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

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