#A52642

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

Shades of Lipstick #A52642

Tints of Lipstick #A52642

Color information

#A52642 (or 0xA52642) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 42. RGB value is (165,38,66). Sum of RGB (Red+Green+Blue) = 165+38+66=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52642 is #5AD9BD. Grayscale: #4F4F4F. Windows color (decimal): -5953982 or 4335269. OLE color: 4335269.

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

Color convert

RGB1653866-
CMYK00.770.600.35
HSL346.77º62.56%39.8%-
HSV(B)346.77º76.97%64.71%-
XYZ17.199.786.14-
YUV79.16120.58189.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=61.34%
G=14.13%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165386600.770.600.35346.7762.5639.8
HexA5264204D3C2315b3f28
Octal24546102011574435337750
Binary10100101100110100001001001101111100100011101011011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52642; }

 p { color: rgb(165,38,66); }

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

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

 a { background-color: rgb(165,38,66); }

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

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

 span { border-color: rgb(165,38,66); }

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