#A0274D

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

Shades of Lipstick #A0274D

Tints of Lipstick #A0274D

Color information

#A0274D (or 0xA0274D) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 4D. RGB value is (160,39,77). Sum of RGB (Red+Green+Blue) = 160+39+77=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0274D is #5FD8B2. Grayscale: #4F4F4F. Windows color (decimal): -6281395 or 5056416. OLE color: 5056416.

HSL color Cylindrical-coordinate representation of color #A0274D: hue angle of 341.16º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0274D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1603977-
CMYK00.760.520.37
HSL341.16º60.8%39.02%-
HSV(B)341.16º75.63%62.75%-
XYZ16.569.467.97-
YUV79.51126.59185.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=57.97%
G=14.13%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160397700.760.520.37341.1660.839.02
HexA0274D04C34251553d27
Octal24047115011464455257547
Binary10100000100111100110101001100110100100101101010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0274D; }

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

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

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

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

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

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

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

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