Html Css Color HEX #A52255 Lipstick

📋 copy color: '#A52255'

red 165 ◦ green 34 ◦ blue 85

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

Shades of Lipstick #A52255

Tints of Lipstick #A52255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 58.1%
G = 11.97%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A52255 (or 0xA52255) is known color: Lipstick. HEX triplet: A5, 22 and 55. RGB value is (165,34,85). Sum of RGB (Red+Green+Blue) = 165+34+85=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52255 is #5ADDAA. Grayscale: #4E4E4E. Windows color (decimal): -5954987 or 5579429. OLE color: 5579429.

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

Color convert

RGB 165 34 85 -
CMYK 0 0.79 0.48 0.35
HSL 336.64º 0.66% 0.39% -
HSV(B) 336.64º 0.79% 0.65% -
XYZ 17.73 9.8 9.55 -
YUV 78.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 165 34 85 0 0.79 0.48 0.35 336.64 0.66 0.39
Hex A5 22 55 0 4F 30 23 151 42 27
Octal 245 42 125 0 117 60 43 521 102 47
Binary 10100101 100010 1010101 0 1001111 110000 100011 101010001 1000010 100111

Color Harmonies of #A52255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52255

Black with #A52255

Text Example


Text Example

White with #A52255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52255; }

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

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

background-color css

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

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

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

border-color css

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

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

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