Html Css Color HEX #A52657 Lipstick

📋 copy color: '#A52657'

red 165 ◦ green 38 ◦ blue 87

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

Shades of Lipstick #A52657

Tints of Lipstick #A52657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 56.9%
G = 13.1%
B = 30%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52657 (or 0xA52657) is known color: Lipstick. HEX triplet: A5, 26 and 57. RGB value is (165,38,87). Sum of RGB (Red+Green+Blue) = 165+38+87=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A52657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52657 is #5AD9A8. Grayscale: #515151. Windows color (decimal): -5953961 or 5711525. OLE color: 5711525.

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

Color convert

RGB 165 38 87 -
CMYK 0 0.77 0.47 0.35
HSL 336.85º 0.63% 0.4% -
HSV(B) 336.85º 0.77% 0.65% -
XYZ 17.93 10.07 10.02 -
YUV 81.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 165 38 87 0 0.77 0.47 0.35 336.85 0.63 0.4
Hex A5 26 57 0 4D 2F 23 151 3F 28
Octal 245 46 127 0 115 57 43 521 77 50
Binary 10100101 100110 1010111 0 1001101 101111 100011 101010001 111111 101000

Color Harmonies of #A52657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52657

Black with #A52657

Text Example


Text Example

White with #A52657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52657; }

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

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

background-color css

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

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

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

border-color css

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

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

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