#A42748

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

Shades of Lipstick #A42748

Tints of Lipstick #A42748

Color information

#A42748 (or 0xA42748) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 48. RGB value is (164,39,72). Sum of RGB (Red+Green+Blue) = 164+39+72=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A42748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42748 is #5BD8B7. Grayscale: #505050. Windows color (decimal): -6019256 or 4728740. OLE color: 4728740.

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

Color convert

RGB1643972-
CMYK00.760.560.36
HSL344.16º61.58%39.8%-
HSV(B)344.16º76.22%64.31%-
XYZ17.219.817.12-
YUV80.14123.41187.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.64%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=59.64%
G=14.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164397200.760.560.36344.1661.5839.8
HexA4274804C38241583e28
Octal24447110011470445307650
Binary10100100100111100100001001100111000100100101011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42748; }

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

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

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

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

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

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

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

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