Html Css Color HEX #A72157 Lipstick

📋 copy color: '#A72157'

red 167 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #A72157

Tints of Lipstick #A72157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 58.19%
G = 11.5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A72157 (or 0xA72157) is known color: Lipstick. HEX triplet: A7, 21 and 57. RGB value is (167,33,87). Sum of RGB (Red+Green+Blue) = 167+33+87=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A72157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72157 is #58DEA8. Grayscale: #4F4F4F. Windows color (decimal): -5824169 or 5710247. OLE color: 5710247.

HSL color Cylindrical-coordinate representation of color #A72157: hue angle of 335.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72157 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 87 -
CMYK 0 0.80 0.48 0.35
HSL 335.82º 0.67% 0.39% -
HSV(B) 335.82º 0.8% 0.65% -
XYZ 18.2 9.99 9.99 -
YUV 79.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 167 33 87 0 0.80 0.48 0.35 335.82 0.67 0.39
Hex A7 21 57 0 50 30 23 150 43 27
Octal 247 41 127 0 120 60 43 520 103 47
Binary 10100111 100001 1010111 0 1010000 110000 100011 101010000 1000011 100111

Color Harmonies of #A72157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72157

Black with #A72157

Text Example


Text Example

White with #A72157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72157; }

 p { color: rgb(167,33,87); }

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

background-color css

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

 a { background-color: rgb(167,33,87); }

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

border-color css

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

 span { border-color: rgb(167,33,87); }

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