Html Css Color HEX #A31E49 Lipstick

📋 copy color: '#A31E49'

red 163 ◦ green 30 ◦ blue 73

#A31E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A31E49

Tints of Lipstick #A31E49

RGB

 RED value IS 163 (64.06% from 255) = 61.28%

 GREEN value IS 30 (12.11% from 255) = 11.28%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 61.28%
G = 11.28%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A31E49 (or 0xA31E49) is known color: Lipstick. HEX triplet: A3, 1E and 49. RGB value is (163,30,73). Sum of RGB (Red+Green+Blue) = 163+30+73=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E49 is #5CE1B6. Grayscale: #4A4A4A. Windows color (decimal): -6087095 or 4791971. OLE color: 4791971.

HSL color Cylindrical-coordinate representation of color #A31E49: hue angle of 340.6º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E49 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 73 -
CMYK 0 0.82 0.55 0.36
HSL 340.6º 0.69% 0.38% -
HSV(B) 340.6º 0.82% 0.64% -
XYZ 16.77 9.2 7.19 -
YUV 74.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 163 30 73 0 0.82 0.55 0.36 340.6 0.69 0.38
Hex A3 1E 49 0 52 37 24 155 45 26
Octal 243 36 111 0 122 67 44 525 105 46
Binary 10100011 11110 1001001 0 1010010 110111 100100 101010101 1000101 100110

Color Harmonies of #A31E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E49

Black with #A31E49

Text Example


Text Example

White with #A31E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E49; }

 p { color: rgb(163,30,73); }

 H1.HeaderClassName
 {
   color: #A31E49;
 }
 .AnyTagClassName
 {
   color: #A31E49;
 }
</style>

background-color css

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

 a { background-color: rgb(163,30,73); }

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

border-color css

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

 span { border-color: rgb(163,30,73); }

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