Html Css Color HEX #A72041 Lipstick

📋 copy color: '#A72041'

red 167 ◦ green 32 ◦ blue 65

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

Shades of Lipstick #A72041

Tints of Lipstick #A72041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 63.26%
G = 12.12%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A72041 (or 0xA72041) is known color: Lipstick. HEX triplet: A7, 20 and 41. RGB value is (167,32,65). Sum of RGB (Red+Green+Blue) = 167+32+65=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A72041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72041 is #58DFBE. Grayscale: #4C4C4C. Windows color (decimal): -5824447 or 4268199. OLE color: 4268199.

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

Color convert

RGB 167 32 65 -
CMYK 0 0.81 0.61 0.35
HSL 345.33º 0.68% 0.39% -
HSV(B) 345.33º 0.81% 0.65% -
XYZ 17.41 9.63 5.94 -
YUV 76.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 167 32 65 0 0.81 0.61 0.35 345.33 0.68 0.39
Hex A7 20 41 0 51 3D 23 159 44 27
Octal 247 40 101 0 121 75 43 531 104 47
Binary 10100111 100000 1000001 0 1010001 111101 100011 101011001 1000100 100111

Color Harmonies of #A72041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72041

Black with #A72041

Text Example


Text Example

White with #A72041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72041; }

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

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

background-color css

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

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

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

border-color css

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

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

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