#A71846

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

Shades of Lipstick #A71846

Tints of Lipstick #A71846

Color information

#A71846 (or 0xA71846) is unknown color: approx Lipstick. HEX triplet: A7, 18 and 46. RGB value is (167,24,70). Sum of RGB (Red+Green+Blue) = 167+24+70=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A71846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71846 is #58E7B9. Grayscale: #474747. Windows color (decimal): -5826490 or 4593831. OLE color: 4593831.

HSL color Cylindrical-coordinate representation of color #A71846: hue angle of 340.7º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71846 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1672470-
CMYK00.860.580.35
HSL340.7º74.87%37.45%-
HSV(B)340.7º85.63%65.49%-
XYZ17.379.316.68-
YUV72126.88195.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.98%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=63.98%
G=9.20%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167247000.860.580.35340.774.8737.45
HexA718460563A231554b25
Octal247301060126724352511345
Binary10100111110001000110010101101110101000111010101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71846; }

 p { color: rgb(167,24,70); }

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

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

 a { background-color: rgb(167,24,70); }

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

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

 span { border-color: rgb(167,24,70); }

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