#A5274A

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

Shades of Lipstick #A5274A

Tints of Lipstick #A5274A

Color information

#A5274A (or 0xA5274A) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 4A. RGB value is (165,39,74). Sum of RGB (Red+Green+Blue) = 165+39+74=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5274A is #5AD8B5. Grayscale: #505050. Windows color (decimal): -5953718 or 4859813. OLE color: 4859813.

HSL color Cylindrical-coordinate representation of color #A5274A: hue angle of 343.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5274A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1653974-
CMYK00.760.550.35
HSL343.33º61.76%40%-
HSV(B)343.33º76.36%64.71%-
XYZ17.489.947.48-
YUV80.66124.24188.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=59.35%
G=14.03%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165397400.760.550.35343.3361.7640
HexA5274A04C37231573e28
Octal24547112011467435277650
Binary10100101100111100101001001100110111100011101010111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5274A; }

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

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

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

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

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

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

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

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