Html Css Color HEX #A72A50 Lipstick

📋 copy color: '#A72A50'

red 167 ◦ green 42 ◦ blue 80

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

Shades of Lipstick #A72A50

Tints of Lipstick #A72A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 57.79%
G = 14.53%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A72A50 (or 0xA72A50) is known color: Lipstick. HEX triplet: A7, 2A and 50. RGB value is (167,42,80). Sum of RGB (Red+Green+Blue) = 167+42+80=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A50 is #58D5AF. Grayscale: #535353. Windows color (decimal): -5821872 or 5253799. OLE color: 5253799.

HSL color Cylindrical-coordinate representation of color #A72A50: hue angle of 341.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A50 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 80 -
CMYK 0 0.75 0.52 0.35
HSL 341.76º 0.6% 0.41% -
HSV(B) 341.76º 0.75% 0.65% -
XYZ 18.21 10.45 8.65 -
YUV 83.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 167 42 80 0 0.75 0.52 0.35 341.76 0.6 0.41
Hex A7 2A 50 0 4B 34 23 156 3C 29
Octal 247 52 120 0 113 64 43 526 74 51
Binary 10100111 101010 1010000 0 1001011 110100 100011 101010110 111100 101001

Color Harmonies of #A72A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A50

Black with #A72A50

Text Example


Text Example

White with #A72A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A50; }

 p { color: rgb(167,42,80); }

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

background-color css

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

 a { background-color: rgb(167,42,80); }

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

border-color css

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

 span { border-color: rgb(167,42,80); }

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