#A4275D

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

Shades of Lipstick #A4275D

Tints of Lipstick #A4275D

Color information

#A4275D (or 0xA4275D) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 5D. RGB value is (164,39,93). Sum of RGB (Red+Green+Blue) = 164+39+93=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4275D is #5BD8A2. Grayscale: #525252. Windows color (decimal): -6019235 or 6104996. OLE color: 6104996.

HSL color Cylindrical-coordinate representation of color #A4275D: hue angle of 334.08º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4275D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1643993-
CMYK00.760.430.36
HSL334.08º61.58%39.8%-
HSV(B)334.08º76.22%64.31%-
XYZ18.0110.1311.36-
YUV82.53133.91186.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=55.41%
G=13.18%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164399300.760.430.36334.0861.5839.8
HexA4275D04C2B2414e3e28
Octal24447135011453445167650
Binary10100100100111101110101001100101011100100101001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4275D; }

 p { color: rgb(164,39,93); }

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

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

 a { background-color: rgb(164,39,93); }

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

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

 span { border-color: rgb(164,39,93); }

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