Html Css Color HEX #A72349 Lipstick

📋 copy color: '#A72349'

red 167 ◦ green 35 ◦ blue 73

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

Shades of Lipstick #A72349

Tints of Lipstick #A72349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 60.73%
G = 12.73%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A72349 (or 0xA72349) is known color: Lipstick. HEX triplet: A7, 23 and 49. RGB value is (167,35,73). Sum of RGB (Red+Green+Blue) = 167+35+73=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A72349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72349 is #58DCB6. Grayscale: #4E4E4E. Windows color (decimal): -5823671 or 4793255. OLE color: 4793255.

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

Color convert

RGB 167 35 73 -
CMYK 0 0.79 0.56 0.35
HSL 342.73º 0.65% 0.4% -
HSV(B) 342.73º 0.79% 0.65% -
XYZ 17.74 9.9 7.28 -
YUV 78.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 167 35 73 0 0.79 0.56 0.35 342.73 0.65 0.4
Hex A7 23 49 0 4F 38 23 157 41 28
Octal 247 43 111 0 117 70 43 527 101 50
Binary 10100111 100011 1001001 0 1001111 111000 100011 101010111 1000001 101000

Color Harmonies of #A72349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72349

Black with #A72349

Text Example


Text Example

White with #A72349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72349; }

 p { color: rgb(167,35,73); }

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

background-color css

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

 a { background-color: rgb(167,35,73); }

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

border-color css

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

 span { border-color: rgb(167,35,73); }

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