#A61C50

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

Shades of Lipstick #A61C50

Tints of Lipstick #A61C50

Color information

#A61C50 (or 0xA61C50) is unknown color: approx Lipstick. HEX triplet: A6, 1C and 50. RGB value is (166,28,80). Sum of RGB (Red+Green+Blue) = 166+28+80=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C50 is #59E3AF. Grayscale: #4B4B4B. Windows color (decimal): -5890992 or 5250214. OLE color: 5250214.

HSL color Cylindrical-coordinate representation of color #A61C50: hue angle of 337.39º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C50 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1662880-
CMYK00.830.520.35
HSL337.39º71.13%38.04%-
HSV(B)337.39º83.13%65.1%-
XYZ17.599.528.5-
YUV75.19130.72192.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=60.58%
G=10.22%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166288000.830.520.35337.3971.1338.04
HexA61C5005334231514726
Octal246341200123644352110746
Binary10100110111001010000010100111101001000111010100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61C50; }

 p { color: rgb(166,28,80); }

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

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

 a { background-color: rgb(166,28,80); }

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

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

 span { border-color: rgb(166,28,80); }

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