Html Css Color HEX #A52359 Lipstick

📋 copy color: '#A52359'

red 165 ◦ green 35 ◦ blue 89

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

Shades of Lipstick #A52359

Tints of Lipstick #A52359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 57.09%
G = 12.11%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A52359 (or 0xA52359) is known color: Lipstick. HEX triplet: A5, 23 and 59. RGB value is (165,35,89). Sum of RGB (Red+Green+Blue) = 165+35+89=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A52359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52359 is #5ADCA6. Grayscale: #4F4F4F. Windows color (decimal): -5954727 or 5841829. OLE color: 5841829.

HSL color Cylindrical-coordinate representation of color #A52359: hue angle of 335.08º degrees, saturation: 0.65, 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 #A52359 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 89 -
CMYK 0 0.79 0.46 0.35
HSL 335.08º 0.65% 0.39% -
HSV(B) 335.08º 0.79% 0.65% -
XYZ 17.92 9.92 10.42 -
YUV 80.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 165 35 89 0 0.79 0.46 0.35 335.08 0.65 0.39
Hex A5 23 59 0 4F 2E 23 14F 41 27
Octal 245 43 131 0 117 56 43 517 101 47
Binary 10100101 100011 1011001 0 1001111 101110 100011 101001111 1000001 100111

Color Harmonies of #A52359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52359

Black with #A52359

Text Example


Text Example

White with #A52359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52359; }

 p { color: rgb(165,35,89); }

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

background-color css

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

 a { background-color: rgb(165,35,89); }

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

border-color css

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

 span { border-color: rgb(165,35,89); }

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