Html Css Color HEX #A52055 Lipstick

📋 copy color: '#A52055'

red 165 ◦ green 32 ◦ blue 85

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

Shades of Lipstick #A52055

Tints of Lipstick #A52055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 58.51%
G = 11.35%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A52055 (or 0xA52055) is known color: Lipstick. HEX triplet: A5, 20 and 55. RGB value is (165,32,85). Sum of RGB (Red+Green+Blue) = 165+32+85=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A52055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52055 is #5ADFAA. Grayscale: #4D4D4D. Windows color (decimal): -5955499 or 5578917. OLE color: 5578917.

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

Color convert

RGB 165 32 85 -
CMYK 0 0.81 0.48 0.35
HSL 336.09º 0.68% 0.39% -
HSV(B) 336.09º 0.81% 0.65% -
XYZ 17.67 9.69 9.53 -
YUV 77.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 165 32 85 0 0.81 0.48 0.35 336.09 0.68 0.39
Hex A5 20 55 0 51 30 23 150 44 27
Octal 245 40 125 0 121 60 43 520 104 47
Binary 10100101 100000 1010101 0 1010001 110000 100011 101010000 1000100 100111

Color Harmonies of #A52055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52055

Black with #A52055

Text Example


Text Example

White with #A52055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52055; }

 p { color: rgb(165,32,85); }

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

background-color css

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

 a { background-color: rgb(165,32,85); }

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

border-color css

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

 span { border-color: rgb(165,32,85); }

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