#A6274A

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

Shades of Lipstick #A6274A

Tints of Lipstick #A6274A

Color information

#A6274A (or 0xA6274A) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 4A. RGB value is (166,39,74). Sum of RGB (Red+Green+Blue) = 166+39+74=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6274A is #59D8B5. Grayscale: #505050. Windows color (decimal): -5888182 or 4859814. OLE color: 4859814.

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

Color convert

RGB1663974-
CMYK00.770.550.35
HSL343.46º61.95%40.2%-
HSV(B)343.46º76.51%65.1%-
XYZ17.6910.057.49-
YUV80.96124.08188.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=59.50%
G=13.98%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166397400.770.550.35343.4661.9540.2
HexA6274A04D37231573e28
Octal24647112011567435277650
Binary10100110100111100101001001101110111100011101010111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6274A; }

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

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

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

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

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

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

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

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