Html Css Color HEX #A52051 Lipstick

📋 copy color: '#A52051'

red 165 ◦ green 32 ◦ blue 81

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

Shades of Lipstick #A52051

Tints of Lipstick #A52051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 59.35%
G = 11.51%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A52051 (or 0xA52051) is known color: Lipstick. HEX triplet: A5, 20 and 51. RGB value is (165,32,81). Sum of RGB (Red+Green+Blue) = 165+32+81=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A52051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52051 is #5ADFAE. Grayscale: #4D4D4D. Windows color (decimal): -5955503 or 5316773. OLE color: 5316773.

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

Color convert

RGB 165 32 81 -
CMYK 0 0.81 0.51 0.35
HSL 337.89º 0.68% 0.39% -
HSV(B) 337.89º 0.81% 0.65% -
XYZ 17.52 9.63 8.72 -
YUV 77.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 165 32 81 0 0.81 0.51 0.35 337.89 0.68 0.39
Hex A5 20 51 0 51 33 23 152 44 27
Octal 245 40 121 0 121 63 43 522 104 47
Binary 10100101 100000 1010001 0 1010001 110011 100011 101010010 1000100 100111

Color Harmonies of #A52051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52051

Black with #A52051

Text Example


Text Example

White with #A52051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52051; }

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

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

background-color css

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

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

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

border-color css

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

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

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