Html Css Color HEX #A52250 Lipstick

📋 copy color: '#A52250'

red 165 ◦ green 34 ◦ blue 80

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

Shades of Lipstick #A52250

Tints of Lipstick #A52250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 59.14%
G = 12.19%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A52250 (or 0xA52250) is known color: Lipstick. HEX triplet: A5, 22 and 50. RGB value is (165,34,80). Sum of RGB (Red+Green+Blue) = 165+34+80=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A52250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52250 is #5ADDAF. Grayscale: #4E4E4E. Windows color (decimal): -5954992 or 5251749. OLE color: 5251749.

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

Color convert

RGB 165 34 80 -
CMYK 0 0.79 0.52 0.35
HSL 338.93º 0.66% 0.39% -
HSV(B) 338.93º 0.79% 0.65% -
XYZ 17.54 9.72 8.54 -
YUV 78.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 165 34 80 0 0.79 0.52 0.35 338.93 0.66 0.39
Hex A5 22 50 0 4F 34 23 153 42 27
Octal 245 42 120 0 117 64 43 523 102 47
Binary 10100101 100010 1010000 0 1001111 110100 100011 101010011 1000010 100111

Color Harmonies of #A52250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52250

Black with #A52250

Text Example


Text Example

White with #A52250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52250; }

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

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

background-color css

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

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

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

border-color css

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

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

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