#A6275D

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

Shades of Lipstick #A6275D

Tints of Lipstick #A6275D

Color information

#A6275D (or 0xA6275D) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 5D. RGB value is (166,39,93). Sum of RGB (Red+Green+Blue) = 166+39+93=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6275D is #59D8A2. Grayscale: #535353. Windows color (decimal): -5888163 or 6104998. OLE color: 6104998.

HSL color Cylindrical-coordinate representation of color #A6275D: hue angle of 334.49º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6275D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1663993-
CMYK00.770.440.35
HSL334.49º61.95%40.2%-
HSV(B)334.49º76.51%65.1%-
XYZ18.4310.3511.38-
YUV83.13133.58187.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=55.70%
G=13.09%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166399300.770.440.35334.4961.9540.2
HexA6275D04D2C2314e3e28
Octal24647135011554435167650
Binary10100110100111101110101001101101100100011101001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6275D; }

 p { color: rgb(166,39,93); }

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

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

 a { background-color: rgb(166,39,93); }

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

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

 span { border-color: rgb(166,39,93); }

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