#A52244

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

Shades of Lipstick #A52244

Tints of Lipstick #A52244

Color information

#A52244 (or 0xA52244) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 44. RGB value is (165,34,68). Sum of RGB (Red+Green+Blue) = 165+34+68=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A52244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52244 is #5ADDBB. Grayscale: #4D4D4D. Windows color (decimal): -5955004 or 4465317. OLE color: 4465317.

HSL color Cylindrical-coordinate representation of color #A52244: hue angle of 344.43º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52244 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1653468-
CMYK00.790.590.35
HSL344.43º65.83%39.02%-
HSV(B)344.43º79.39%64.71%-
XYZ17.139.566.41-
YUV77.04122.9190.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=61.80%
G=12.73%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165346800.790.590.35344.4365.8339.02
HexA5224404F3B231584227
Octal245421040117734353010247
Binary101001011000101000100010011111110111000111010110001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52244; }

 p { color: rgb(165,34,68); }

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

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

 a { background-color: rgb(165,34,68); }

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

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

 span { border-color: rgb(165,34,68); }

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