Html Css Color HEX #A52565 Lipstick

📋 copy color: '#A52565'

red 165 ◦ green 37 ◦ blue 101

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

Shades of Lipstick #A52565

Tints of Lipstick #A52565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 54.46%
G = 12.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52565 (or 0xA52565) is known color: Lipstick. HEX triplet: A5, 25 and 65. RGB value is (165,37,101). Sum of RGB (Red+Green+Blue) = 165+37+101=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A52565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52565 is #5ADA9A. Grayscale: #525252. Windows color (decimal): -5954203 or 6628773. OLE color: 6628773.

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

Color convert

RGB 165 37 101 -
CMYK 0 0.78 0.39 0.35
HSL 330º 0.63% 0.4% -
HSV(B) 330º 0.78% 0.65% -
XYZ 18.53 10.26 13.32 -
YUV 82.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 165 37 101 0 0.78 0.39 0.35 330 0.63 0.4
Hex A5 25 65 0 4E 27 23 14A 3F 28
Octal 245 45 145 0 116 47 43 512 77 50
Binary 10100101 100101 1100101 0 1001110 100111 100011 101001010 111111 101000

Color Harmonies of #A52565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52565

Black with #A52565

Text Example


Text Example

White with #A52565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52565; }

 p { color: rgb(165,37,101); }

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

background-color css

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

 a { background-color: rgb(165,37,101); }

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

border-color css

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

 span { border-color: rgb(165,37,101); }

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