#A61F4E

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

Shades of Lipstick #A61F4E

Tints of Lipstick #A61F4E

Color information

#A61F4E (or 0xA61F4E) is unknown color: approx Lipstick. HEX triplet: A6, 1F and 4E. RGB value is (166,31,78). Sum of RGB (Red+Green+Blue) = 166+31+78=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F4E is #59E0B1. Grayscale: #4C4C4C. Windows color (decimal): -5890226 or 5119910. OLE color: 5119910.

HSL color Cylindrical-coordinate representation of color #A61F4E: hue angle of 339.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F4E is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1663178-
CMYK00.810.530.35
HSL339.11º68.53%38.63%-
HSV(B)339.11º81.33%65.1%-
XYZ17.599.648.14-
YUV76.72128.73191.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=60.36%
G=11.27%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166317800.810.530.35339.1168.5338.63
HexA61F4E05135231534527
Octal246371160121654352310547
Binary10100110111111001110010100011101011000111010100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F4E; }

 p { color: rgb(166,31,78); }

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

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

 a { background-color: rgb(166,31,78); }

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

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

 span { border-color: rgb(166,31,78); }

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