Html Css Color HEX #A72053 Lipstick

📋 copy color: '#A72053'

red 167 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #A72053

Tints of Lipstick #A72053

RGB

 RED value IS 167 (65.63% from 255) = 59.22%

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

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 59.22%
G = 11.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A72053 (or 0xA72053) is known color: Lipstick. HEX triplet: A7, 20 and 53. RGB value is (167,32,83). Sum of RGB (Red+Green+Blue) = 167+32+83=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A72053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72053 is #58DFAC. Grayscale: #4E4E4E. Windows color (decimal): -5824429 or 5447847. OLE color: 5447847.

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

Color convert

RGB 167 32 83 -
CMYK 0 0.81 0.50 0.35
HSL 337.33º 0.68% 0.39% -
HSV(B) 337.33º 0.81% 0.65% -
XYZ 18.01 9.87 9.14 -
YUV 78.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 167 32 83 0 0.81 0.50 0.35 337.33 0.68 0.39
Hex A7 20 53 0 51 32 23 151 44 27
Octal 247 40 123 0 121 62 43 521 104 47
Binary 10100111 100000 1010011 0 1010001 110010 100011 101010001 1000100 100111

Color Harmonies of #A72053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72053

Black with #A72053

Text Example


Text Example

White with #A72053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72053; }

 p { color: rgb(167,32,83); }

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

background-color css

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

 a { background-color: rgb(167,32,83); }

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

border-color css

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

 span { border-color: rgb(167,32,83); }

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