#a4284b

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

Shades of Lipstick #A4284B

Tints of Lipstick #A4284B

Color information

#A4284B (or 0xA4284B) is unknown color: approx Lipstick. HEX triplet: A4, 28 and 4B. RGB value is (164,40,75). Sum of RGB (Red+Green+Blue) = 164+40+75=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4284B is #5BD7B4. Grayscale: #515151. Windows color (decimal): -6018997 or 4925604. OLE color: 4925604.

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

Color convert

RGB1644075-
CMYK00.760.540.36
HSL343.06º60.78%40%-
HSV(B)343.06º75.61%64.31%-
XYZ17.349.927.66-
YUV81.07124.58187.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=58.78%
G=14.34%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164407500.760.540.36343.0660.7840
HexA4284B04C36241573d28
Octal24450113011466445277550
Binary10100100101000100101101001100110110100100101010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4284b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4284b; }

 p { color: rgb(164,40,75); }

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

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

 a { background-color: rgb(164,40,75); }

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

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

 span { border-color: rgb(164,40,75); }

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