Html Css Color HEX #A52251 Lipstick

📋 copy color: '#A52251'

red 165 ◦ green 34 ◦ blue 81

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

Shades of Lipstick #A52251

Tints of Lipstick #A52251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 58.93%
G = 12.14%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A52251 (or 0xA52251) is known color: Lipstick. HEX triplet: A5, 22 and 51. RGB value is (165,34,81). Sum of RGB (Red+Green+Blue) = 165+34+81=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A52251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52251 is #5ADDAE. Grayscale: #4E4E4E. Windows color (decimal): -5954991 or 5317285. OLE color: 5317285.

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

Color convert

RGB 165 34 81 -
CMYK 0 0.79 0.51 0.35
HSL 338.47º 0.66% 0.39% -
HSV(B) 338.47º 0.79% 0.65% -
XYZ 17.57 9.74 8.74 -
YUV 78.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 165 34 81 0 0.79 0.51 0.35 338.47 0.66 0.39
Hex A5 22 51 0 4F 33 23 152 42 27
Octal 245 42 121 0 117 63 43 522 102 47
Binary 10100101 100010 1010001 0 1001111 110011 100011 101010010 1000010 100111

Color Harmonies of #A52251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52251

Black with #A52251

Text Example


Text Example

White with #A52251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52251; }

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

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

background-color css

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

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

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

border-color css

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

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

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