Html Css Color HEX #A72764 Lipstick

📋 copy color: '#A72764'

red 167 ◦ green 39 ◦ blue 100

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

Shades of Lipstick #A72764

Tints of Lipstick #A72764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 54.58%
G = 12.75%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A72764 (or 0xA72764) is known color: Lipstick. HEX triplet: A7, 27 and 64. RGB value is (167,39,100). Sum of RGB (Red+Green+Blue) = 167+39+100=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A72764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72764 is #58D89B. Grayscale: #545454. Windows color (decimal): -5822620 or 6563751. OLE color: 6563751.

HSL color Cylindrical-coordinate representation of color #A72764: hue angle of 331.41º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72764 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 39 100 -
CMYK 0 0.77 0.40 0.35
HSL 331.41º 0.62% 0.4% -
HSV(B) 331.41º 0.77% 0.65% -
XYZ 18.96 10.59 13.1 -
YUV 84.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 167 39 100 0 0.77 0.40 0.35 331.41 0.62 0.4
Hex A7 27 64 0 4D 28 23 14B 3E 28
Octal 247 47 144 0 115 50 43 513 76 50
Binary 10100111 100111 1100100 0 1001101 101000 100011 101001011 111110 101000

Color Harmonies of #A72764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72764

Black with #A72764

Text Example


Text Example

White with #A72764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72764; }

 p { color: rgb(167,39,100); }

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

background-color css

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

 a { background-color: rgb(167,39,100); }

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

border-color css

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

 span { border-color: rgb(167,39,100); }

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