#A4265C

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

Shades of Lipstick #A4265C

Tints of Lipstick #A4265C

Color information

#A4265C (or 0xA4265C) is unknown color: approx Lipstick. HEX triplet: A4, 26 and 5C. RGB value is (164,38,92). Sum of RGB (Red+Green+Blue) = 164+38+92=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4265C is #5BD9A3. Grayscale: #515151. Windows color (decimal): -6019492 or 6039204. OLE color: 6039204.

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

Color convert

RGB1643892-
CMYK00.770.440.36
HSL334.29º62.38%39.61%-
HSV(B)334.29º76.83%64.31%-
XYZ17.9310.0511.12-
YUV81.83133.74186.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=55.78%
G=12.93%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164389200.770.440.36334.2962.3839.61
HexA4265C04D2C2414e3e28
Octal24446134011554445167650
Binary10100100100110101110001001101101100100100101001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4265C; }

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

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

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

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

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

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

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

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