Html Css Color HEX #A31F4D Lipstick

📋 copy color: '#A31F4D'

red 163 ◦ green 31 ◦ blue 77

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

Shades of Lipstick #A31F4D

Tints of Lipstick #A31F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 60.15%
G = 11.44%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A31F4D (or 0xA31F4D) is known color: Lipstick. HEX triplet: A3, 1F and 4D. RGB value is (163,31,77). Sum of RGB (Red+Green+Blue) = 163+31+77=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F4D is #5CE0B2. Grayscale: #4B4B4B. Windows color (decimal): -6086835 or 5054371. OLE color: 5054371.

HSL color Cylindrical-coordinate representation of color #A31F4D: hue angle of 339.09º 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 #A31F4D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 31 77 -
CMYK 0 0.81 0.53 0.36
HSL 339.09º 0.68% 0.38% -
HSV(B) 339.09º 0.81% 0.64% -
XYZ 16.93 9.3 7.92 -
YUV 75.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 163 31 77 0 0.81 0.53 0.36 339.09 0.68 0.38
Hex A3 1F 4D 0 51 35 24 153 44 26
Octal 243 37 115 0 121 65 44 523 104 46
Binary 10100011 11111 1001101 0 1010001 110101 100100 101010011 1000100 100110

Color Harmonies of #A31F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F4D

Black with #A31F4D

Text Example


Text Example

White with #A31F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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