#A7265C

Color #A7265C Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A7265C

Tints of Lipstick #A7265C

Color information

#A7265C (or 0xA7265C) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 5C. RGB value is (167,38,92). Sum of RGB (Red+Green+Blue) = 167+38+92=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7265C is #58D9A3. Grayscale: #525252. Windows color (decimal): -5822884 or 6039207. OLE color: 6039207.

HSL color Cylindrical-coordinate representation of color #A7265C: hue angle of 334.88º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7265C is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1673892-
CMYK00.770.450.35
HSL334.88º62.93%40.2%-
HSV(B)334.88º77.25%65.49%-
XYZ18.5610.3711.15-
YUV82.73133.24188.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=56.23%
G=12.79%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167389200.770.450.35334.8862.9340.2
HexA7265C04D2D2314f3f28
Octal24746134011555435177750
Binary10100111100110101110001001101101101100011101001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7265C; }

 p { color: rgb(167,38,92); }

 H1.HeaderClassName
 {
   color: #A7265C;
 }
 .AnyTagClassName
 {
   color: #A7265C;
 }
</style>
background-color css

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

 a { background-color: rgb(167,38,92); }

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

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

 span { border-color: rgb(167,38,92); }

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