#A7265E

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

Shades of Lipstick #A7265E

Tints of Lipstick #A7265E

Color information

#A7265E (or 0xA7265E) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 5E. RGB value is (167,38,94). Sum of RGB (Red+Green+Blue) = 167+38+94=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7265E is #58D9A1. Grayscale: #525252. Windows color (decimal): -5822882 or 6170279. OLE color: 6170279.

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

Color convert

RGB1673894-
CMYK00.770.440.35
HSL333.95º62.93%40.2%-
HSV(B)333.95º77.25%65.49%-
XYZ18.6510.4111.62-
YUV82.96134.24187.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=55.85%
G=12.71%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167389400.770.440.35333.9562.9340.2
HexA7265E04D2C2314e3f28
Octal24746136011554435167750
Binary10100111100110101111001001101101100100011101001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7265E; }

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

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

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

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

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

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

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

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