Html Css Color HEX #A52464 Lipstick

📋 copy color: '#A52464'

red 165 ◦ green 36 ◦ blue 100

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

Shades of Lipstick #A52464

Tints of Lipstick #A52464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 54.82%
G = 11.96%
B = 33.22%

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

#A52464 (or 0xA52464) is known color: Lipstick. HEX triplet: A5, 24 and 64. RGB value is (165,36,100). Sum of RGB (Red+Green+Blue) = 165+36+100=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A52464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52464 is #5ADB9B. Grayscale: #515151. Windows color (decimal): -5954460 or 6562981. OLE color: 6562981.

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

Color convert

RGB 165 36 100 -
CMYK 0 0.78 0.39 0.35
HSL 330.23º 0.64% 0.39% -
HSV(B) 330.23º 0.78% 0.65% -
XYZ 18.45 10.18 13.05 -
YUV 81.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 165 36 100 0 0.78 0.39 0.35 330.23 0.64 0.39
Hex A5 24 64 0 4E 27 23 14A 40 27
Octal 245 44 144 0 116 47 43 512 100 47
Binary 10100101 100100 1100100 0 1001110 100111 100011 101001010 1000000 100111

Color Harmonies of #A52464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52464

Black with #A52464

Text Example


Text Example

White with #A52464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52464; }

 p { color: rgb(165,36,100); }

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

background-color css

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

 a { background-color: rgb(165,36,100); }

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

border-color css

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

 span { border-color: rgb(165,36,100); }

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