Html Css Color HEX #A7204D Lipstick

📋 copy color: '#A7204D'

red 167 ◦ green 32 ◦ blue 77

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

Shades of Lipstick #A7204D

Tints of Lipstick #A7204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 60.51%
G = 11.59%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7204D (or 0xA7204D) is known color: Lipstick. HEX triplet: A7, 20 and 4D. RGB value is (167,32,77). Sum of RGB (Red+Green+Blue) = 167+32+77=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7204D is #58DFB2. Grayscale: #4D4D4D. Windows color (decimal): -5824435 or 5054631. OLE color: 5054631.

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

Color convert

RGB 167 32 77 -
CMYK 0 0.81 0.54 0.35
HSL 340º 0.68% 0.39% -
HSV(B) 340º 0.81% 0.65% -
XYZ 17.79 9.78 7.97 -
YUV 77.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 167 32 77 0 0.81 0.54 0.35 340 0.68 0.39
Hex A7 20 4D 0 51 36 23 154 44 27
Octal 247 40 115 0 121 66 43 524 104 47
Binary 10100111 100000 1001101 0 1010001 110110 100011 101010100 1000100 100111

Color Harmonies of #A7204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7204D

Black with #A7204D

Text Example


Text Example

White with #A7204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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