#A61F54

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

Shades of Lipstick #A61F54

Tints of Lipstick #A61F54

Color information

#A61F54 (or 0xA61F54) is unknown color: approx Lipstick. HEX triplet: A6, 1F and 54. RGB value is (166,31,84). Sum of RGB (Red+Green+Blue) = 166+31+84=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F54 is #59E0AB. Grayscale: #4D4D4D. Windows color (decimal): -5890220 or 5513126. OLE color: 5513126.

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

Color convert

RGB1663184-
CMYK00.810.490.35
HSL336.44º68.53%38.63%-
HSV(B)336.44º81.33%65.1%-
XYZ17.829.739.33-
YUV77.41131.73191.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 31 (12.5% from 255) = 11.03%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=59.07%
G=11.03%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166318400.810.490.35336.4468.5338.63
HexA61F5405131231504527
Octal246371240121614352010547
Binary10100110111111010100010100011100011000111010100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F54; }

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

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

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

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

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

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

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

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