Html Css Color HEX #A72042 Lipstick

📋 copy color: '#A72042'

red 167 ◦ green 32 ◦ blue 66

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

Shades of Lipstick #A72042

Tints of Lipstick #A72042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 63.02%
G = 12.08%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A72042 (or 0xA72042) is known color: Lipstick. HEX triplet: A7, 20 and 42. RGB value is (167,32,66). Sum of RGB (Red+Green+Blue) = 167+32+66=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A72042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72042 is #58DFBD. Grayscale: #4C4C4C. Windows color (decimal): -5824446 or 4333735. OLE color: 4333735.

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

Color convert

RGB 167 32 66 -
CMYK 0 0.81 0.60 0.35
HSL 344.89º 0.68% 0.39% -
HSV(B) 344.89º 0.81% 0.65% -
XYZ 17.44 9.64 6.1 -
YUV 76.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 167 32 66 0 0.81 0.60 0.35 344.89 0.68 0.39
Hex A7 20 42 0 51 3C 23 159 44 27
Octal 247 40 102 0 121 74 43 531 104 47
Binary 10100111 100000 1000010 0 1010001 111100 100011 101011001 1000100 100111

Color Harmonies of #A72042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72042

Black with #A72042

Text Example


Text Example

White with #A72042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72042; }

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

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

background-color css

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

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

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

border-color css

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

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

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