Html Css Color HEX #A31F49 Lipstick

📋 copy color: '#A31F49'

red 163 ◦ green 31 ◦ blue 73

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

Shades of Lipstick #A31F49

Tints of Lipstick #A31F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

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

R = 61.05%
G = 11.61%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A31F49 (or 0xA31F49) is known color: Lipstick. HEX triplet: A3, 1F and 49. RGB value is (163,31,73). Sum of RGB (Red+Green+Blue) = 163+31+73=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31F49 is #5CE0B6. Grayscale: #4B4B4B. Windows color (decimal): -6086839 or 4792227. OLE color: 4792227.

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

Color convert

RGB 163 31 73 -
CMYK 0 0.81 0.55 0.36
HSL 340.91º 0.68% 0.38% -
HSV(B) 340.91º 0.81% 0.64% -
XYZ 16.8 9.25 7.2 -
YUV 75.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 163 31 73 0 0.81 0.55 0.36 340.91 0.68 0.38
Hex A3 1F 49 0 51 37 24 155 44 26
Octal 243 37 111 0 121 67 44 525 104 46
Binary 10100011 11111 1001001 0 1010001 110111 100100 101010101 1000100 100110

Color Harmonies of #A31F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F49

Black with #A31F49

Text Example


Text Example

White with #A31F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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