Html Css Color HEX #A52252 Lipstick

📋 copy color: '#A52252'

red 165 ◦ green 34 ◦ blue 82

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

Shades of Lipstick #A52252

Tints of Lipstick #A52252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 58.72%
G = 12.1%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A52252 (or 0xA52252) is known color: Lipstick. HEX triplet: A5, 22 and 52. RGB value is (165,34,82). Sum of RGB (Red+Green+Blue) = 165+34+82=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A52252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52252 is #5ADDAD. Grayscale: #4E4E4E. Windows color (decimal): -5954990 or 5382821. OLE color: 5382821.

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

Color convert

RGB 165 34 82 -
CMYK 0 0.79 0.50 0.35
HSL 338.02º 0.66% 0.39% -
HSV(B) 338.02º 0.79% 0.65% -
XYZ 17.61 9.75 8.94 -
YUV 78.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 165 34 82 0 0.79 0.50 0.35 338.02 0.66 0.39
Hex A5 22 52 0 4F 32 23 152 42 27
Octal 245 42 122 0 117 62 43 522 102 47
Binary 10100101 100010 1010010 0 1001111 110010 100011 101010010 1000010 100111

Color Harmonies of #A52252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52252

Black with #A52252

Text Example


Text Example

White with #A52252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52252; }

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

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

background-color css

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

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

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

border-color css

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

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

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