#A4276A

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

Shades of Lipstick #A4276A

Tints of Lipstick #A4276A

Color information

#A4276A (or 0xA4276A) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 6A. RGB value is (164,39,106). Sum of RGB (Red+Green+Blue) = 164+39+106=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4276A is #5BD895. Grayscale: #535353. Windows color (decimal): -6019222 or 6956964. OLE color: 6956964.

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

Color convert

RGB16439106-
CMYK00.760.350.36
HSL327.84º61.58%39.8%-
HSV(B)327.84º76.22%64.31%-
XYZ18.6410.3814.66-
YUV84.01140.41185.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=53.07%
G=12.62%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643910600.760.350.36327.8461.5839.8
HexA4276A04C23241483e28
Octal24447152011443445107650
Binary10100100100111110101001001100100011100100101001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4276A; }

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

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

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

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

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

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

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

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