#A3274C

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

Shades of Lipstick #A3274C

Tints of Lipstick #A3274C

Color information

#A3274C (or 0xA3274C) is unknown color: approx Lipstick. HEX triplet: A3, 27 and 4C. RGB value is (163,39,76). Sum of RGB (Red+Green+Blue) = 163+39+76=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3274C is #5CD8B3. Grayscale: #505050. Windows color (decimal): -6084788 or 4990883. OLE color: 4990883.

HSL color Cylindrical-coordinate representation of color #A3274C: hue angle of 342.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3274C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633976-
CMYK00.760.530.36
HSL342.1º61.39%39.61%-
HSV(B)342.1º76.07%63.92%-
XYZ17.139.767.82-
YUV80.29125.58186.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=58.63%
G=14.03%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163397600.760.530.36342.161.3939.61
HexA3274C04C35241563d28
Octal24347114011465445267550
Binary10100011100111100110001001100110101100100101010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3274C; }

 p { color: rgb(163,39,76); }

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

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

 a { background-color: rgb(163,39,76); }

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

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

 span { border-color: rgb(163,39,76); }

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