Html Css Color HEX #A31F4E Lipstick

📋 copy color: '#A31F4E'

red 163 ◦ green 31 ◦ blue 78

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

Shades of Lipstick #A31F4E

Tints of Lipstick #A31F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 59.93%
G = 11.4%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A31F4E (or 0xA31F4E) is known color: Lipstick. HEX triplet: A3, 1F and 4E. RGB value is (163,31,78). Sum of RGB (Red+Green+Blue) = 163+31+78=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F4E is #5CE0B1. Grayscale: #4B4B4B. Windows color (decimal): -6086834 or 5119907. OLE color: 5119907.

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

Color convert

RGB 163 31 78 -
CMYK 0 0.81 0.52 0.36
HSL 338.64º 0.68% 0.38% -
HSV(B) 338.64º 0.81% 0.64% -
XYZ 16.97 9.32 8.11 -
YUV 75.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 163 31 78 0 0.81 0.52 0.36 338.64 0.68 0.38
Hex A3 1F 4E 0 51 34 24 153 44 26
Octal 243 37 116 0 121 64 44 523 104 46
Binary 10100011 11111 1001110 0 1010001 110100 100100 101010011 1000100 100110

Color Harmonies of #A31F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F4E

Black with #A31F4E

Text Example


Text Example

White with #A31F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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