#a31c48

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

Shades of Lipstick #A31C48

Tints of Lipstick #A31C48

Color information

#A31C48 (or 0xA31C48) is unknown color: approx Lipstick. HEX triplet: A3, 1C and 48. RGB value is (163,28,72). Sum of RGB (Red+Green+Blue) = 163+28+72=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C48 is #5CE3B7. Grayscale: #494949. Windows color (decimal): -6087608 or 4725923. OLE color: 4725923.

HSL color Cylindrical-coordinate representation of color #A31C48: hue angle of 340.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31C48 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1632872-
CMYK00.830.560.36
HSL340.44º70.68%37.45%-
HSV(B)340.44º82.82%63.92%-
XYZ16.699.087-
YUV73.38127.23191.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.98%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=61.98%
G=10.65%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163287200.830.560.36340.4470.6837.45
HexA31C4805338241544725
Octal243341100123704452410745
Binary10100011111001001000010100111110001001001010101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31c48; }

 p { color: rgb(163,28,72); }

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

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

 a { background-color: rgb(163,28,72); }

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

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

 span { border-color: rgb(163,28,72); }

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