#A6275F

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

Shades of Lipstick #A6275F

Tints of Lipstick #A6275F

Color information

#A6275F (or 0xA6275F) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 5F. RGB value is (166,39,95). Sum of RGB (Red+Green+Blue) = 166+39+95=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6275F is #59D8A0. Grayscale: #535353. Windows color (decimal): -5888161 or 6236070. OLE color: 6236070.

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

Color convert

RGB1663995-
CMYK00.770.430.35
HSL333.54º61.95%40.2%-
HSV(B)333.54º76.51%65.1%-
XYZ18.5210.3811.85-
YUV83.36134.58186.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=55.33%
G=13%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166399500.770.430.35333.5461.9540.2
HexA6275F04D2B2314e3e28
Octal24647137011553435167650
Binary10100110100111101111101001101101011100011101001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6275F; }

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

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

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

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

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

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

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

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