#A3215F

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

Shades of Lipstick #A3215F

Tints of Lipstick #A3215F

Color information

#A3215F (or 0xA3215F) is unknown color: approx Lipstick. HEX triplet: A3, 21 and 5F. RGB value is (163,33,95). Sum of RGB (Red+Green+Blue) = 163+33+95=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3215F is #5CDEA0. Grayscale: #4E4E4E. Windows color (decimal): -6086305 or 6234531. OLE color: 6234531.

HSL color Cylindrical-coordinate representation of color #A3215F: hue angle of 331.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3215F is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1633395-
CMYK00.800.420.36
HSL331.38º66.33%38.43%-
HSV(B)331.38º79.75%63.92%-
XYZ17.719.711.77-
YUV78.94137.07187.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=56.01%
G=11.34%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163339500.800.420.36331.3866.3338.43
HexA3215F0502A2414b4226
Octal243411370120524451310246
Binary101000111000011011111010100001010101001001010010111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3215F; }

 p { color: rgb(163,33,95); }

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

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

 a { background-color: rgb(163,33,95); }

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

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

 span { border-color: rgb(163,33,95); }

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