#A61F52

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

Shades of Lipstick #A61F52

Tints of Lipstick #A61F52

Color information

#A61F52 (or 0xA61F52) is unknown color: approx Lipstick. HEX triplet: A6, 1F and 52. RGB value is (166,31,82). Sum of RGB (Red+Green+Blue) = 166+31+82=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F52 is #59E0AD. Grayscale: #4D4D4D. Windows color (decimal): -5890222 or 5382054. OLE color: 5382054.

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

Color convert

RGB1663182-
CMYK00.810.510.35
HSL337.33º68.53%38.63%-
HSV(B)337.33º81.33%65.1%-
XYZ17.749.78.92-
YUV77.18130.73191.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=59.50%
G=11.11%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166318200.810.510.35337.3368.5338.63
HexA61F5205133231514527
Octal246371220121634352110547
Binary10100110111111010010010100011100111000111010100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F52; }

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

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

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

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

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

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

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

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