#A3274D

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

Shades of Lipstick #A3274D

Tints of Lipstick #A3274D

Color information

#A3274D (or 0xA3274D) is unknown color: approx Lipstick. HEX triplet: A3, 27 and 4D. RGB value is (163,39,77). Sum of RGB (Red+Green+Blue) = 163+39+77=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3274D is #5CD8B2. Grayscale: #505050. Windows color (decimal): -6084787 or 5056419. OLE color: 5056419.

HSL color Cylindrical-coordinate representation of color #A3274D: hue angle of 341.61º 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 #A3274D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633977-
CMYK00.760.530.36
HSL341.61º61.39%39.61%-
HSV(B)341.61º76.07%63.92%-
XYZ17.179.778-
YUV80.41126.08186.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=58.42%
G=13.98%
B=27.60%

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
Decimal163397700.760.530.36341.6161.3939.61
HexA3274D04C35241563d28
Octal24347115011465445267550
Binary10100011100111100110101001100110101100100101010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3274D; }

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

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

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

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

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

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

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

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